We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cca5f commit 105e74eCopy full SHA for 105e74e
CMakeLists.txt
@@ -54,7 +54,7 @@ endif()
54
55
function(boost_json_setup_properties target)
56
if(MSVC)
57
- target_compile_features(${target} PRIVATE _SCL_SECURE_NO_WARNINGS)
+ target_compile_definitions(${target} PRIVATE _SCL_SECURE_NO_WARNINGS)
58
endif()
59
target_compile_features(${target} PUBLIC cxx_constexpr)
60
target_compile_definitions(${target} PUBLIC BOOST_JSON_NO_LIB=1)
0 commit comments