Skip to content

Commit

Permalink
cmake removed mark_as_advanced() for ORM option
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 5, 2024
1 parent 3434b16 commit 113fe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 113fe76

Please sign in to comment.