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 0ccd02c commit e47b387Copy full SHA for e47b387
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- /std:c++14 /sdl)
+ add_compile_options(/W4 /permissive- /sdl)
19
endif()
20
21
add_subdirectory(googletest)
0 commit comments