require more Modern C++, c++17

This commit is contained in:
Gene Hightower 2022-11-11 09:17:26 -08:00
parent 92852ddd9e
commit 84243a96f7

View File

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