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 58b844d commit b2aca70Copy full SHA for b2aca70
test/unittest/CMakeLists.txt
@@ -15,7 +15,7 @@ if(NOT MSVC)
15
add_link_options(-fsanitize=undefined,address)
16
else()
17
message("Use MSVC")
18
- add_compile_options(/W4 /permissive-)
+ add_compile_options(/W4 /permissive- /std:c++14)
19
endif()
20
21
add_subdirectory(googletest)
0 commit comments