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 e60bfe9 commit 2e2cd33Copy full SHA for 2e2cd33
tests/CMakeLists.txt
@@ -31,6 +31,8 @@ target_precompile_headers(libut_tests PRIVATE <catch.hpp>)
31
if(NOT MSVC)
32
target_compile_options(libut_tests PUBLIC "-fsanitize=address" "-Og" "-g")
33
target_link_options(libut_tests PUBLIC "-fsanitize=address" "-lg")
34
+else()
35
+ target_compile_options(libut_tests PUBLIC "/Zc:__cplusplus")
36
endif()
37
38
include(CTest)
0 commit comments