feat(Core/Config): implement loading files optional (#8198)
This commit is contained in:
parent
e5cbba1c4c
commit
0f1c0c154d
6 changed files with 142 additions and 101 deletions
3
conf/dist/config.cmake
vendored
3
conf/dist/config.cmake
vendored
|
|
@ -89,3 +89,6 @@ set_property(CACHE WITH_SOURCE_TREE PROPERTY STRINGS no flat hierarchical)
|
|||
|
||||
# If disable - use c++17
|
||||
option(USE_CPP_20 "Enable c++20 standard" 0)
|
||||
|
||||
# Config abort
|
||||
option(CONFIG_ABORT_INCORRECT_OPTIONS "Enable abort if core found incorrect option in config files" 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue