From 113fe76ae377c6c27d5852c5b1da729316ead4ce Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 5 Jul 2024 23:59:50 +0200 Subject: [PATCH] cmake removed mark_as_advanced() for ORM option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b14590ef5..b4132c316 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -192,7 +192,7 @@ target_optional_compile_definitions(${TinyOrm_target} target_optional_compile_definitions(${TinyOrm_target} PUBLIC - ADVANCED FEATURE NAME ORM + FEATURE NAME ORM DEFAULT ON DESCRIPTION "Controls the compilation of all ORM-related source code, when this \ option is disabled, then only the query builder without ORM is compiled"