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.
2 parents 15deaa6 + 5d0ed0e commit a56bf98Copy full SHA for a56bf98
CMakeLists.txt
@@ -102,7 +102,6 @@ endif()
102
add_executable(cpp17_intro_sync examples/cpp17_intro_sync.cpp)
103
target_compile_features(cpp17_intro_sync PUBLIC cxx_std_17)
104
add_test(cpp17_intro_sync cpp17_intro_sync)
105
-add_test(cpp17_intro_sync cpp17_intro_sync)
106
if (MSVC)
107
target_compile_options(cpp17_intro_sync PRIVATE /bigobj)
108
target_compile_definitions(cpp17_intro_sync PRIVATE _WIN32_WINNT=0x0601)
0 commit comments