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"