cmake removed mark_as_advanced() for ORM option

This commit is contained in:
silverqx
2024-07-05 23:59:50 +02:00
parent 3434b16b8e
commit 113fe76ae3

View File

@@ -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"