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 c9bf35a commit 4a0a260Copy full SHA for 4a0a260
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 /W4 /WX /utf-8)
+ target_compile_options (${exename} PRIVATE /std:c++latest /W4 /WX /utf-8)
11
else ()
12
target_compile_options (${exename} PRIVATE -pedantic -Wall -Wextra -Wshadow -Werror)
13
endif ()
0 commit comments