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 e552c5d commit 4880566Copy full SHA for 4880566
src/test/json/CMakeLists.txt
@@ -7,7 +7,7 @@ foreach (testsourcefile ${testsources})
7
set_property (TARGET ${exename} PROPERTY CXX_EXTENSIONS OFF)
8
target_link_libraries (${exename} taocpp::json)
9
if (MSVC)
10
- target_compile_options (${exename} PRIVATE /std:c++latest /W4 /WX /utf-8)
+ target_compile_options (${exename} PRIVATE /std:c++17 /W4 /WX /utf-8)
11
else ()
12
target_compile_options (${exename} PRIVATE -pedantic -Wall -Wextra -Wshadow -Werror)
13
endif ()
0 commit comments