Skip to content

Commit b2aca70

Browse files
committed
try to stdc++14
1 parent 58b844d commit b2aca70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(NOT MSVC)
1515
add_link_options(-fsanitize=undefined,address)
1616
else()
1717
message("Use MSVC")
18-
add_compile_options(/W4 /permissive-)
18+
add_compile_options(/W4 /permissive- /std:c++14)
1919
endif()
2020

2121
add_subdirectory(googletest)

0 commit comments

Comments
 (0)