require more Modern C++, c++17
This commit is contained in:
parent
92852ddd9e
commit
84243a96f7
@ -37,7 +37,7 @@ target_include_directories(nlohmann_json_schema_validator
|
|||||||
|
|
||||||
target_compile_features(nlohmann_json_schema_validator
|
target_compile_features(nlohmann_json_schema_validator
|
||||||
PUBLIC
|
PUBLIC
|
||||||
cxx_range_for) # for C++11 - flags
|
cxx_std+17) # for C++17 - flags, "Modern" C++
|
||||||
|
|
||||||
set_target_properties(nlohmann_json_schema_validator
|
set_target_properties(nlohmann_json_schema_validator
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user