feat(Core/Config): implement loading files optional (#8198)

This commit is contained in:
Kargatum 2021-12-10 17:53:31 +07:00 committed by GitHub
parent e5cbba1c4c
commit 0f1c0c154d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 142 additions and 101 deletions

View file

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