Skip to content

Commit a56bf98

Browse files
authored
Merge pull request #41 from Hailios/remove_duplicate_cmake
remove duplicate line in cmake
2 parents 15deaa6 + 5d0ed0e commit a56bf98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ endif()
102102
add_executable(cpp17_intro_sync examples/cpp17_intro_sync.cpp)
103103
target_compile_features(cpp17_intro_sync PUBLIC cxx_std_17)
104104
add_test(cpp17_intro_sync cpp17_intro_sync)
105-
add_test(cpp17_intro_sync cpp17_intro_sync)
106105
if (MSVC)
107106
target_compile_options(cpp17_intro_sync PRIVATE /bigobj)
108107
target_compile_definitions(cpp17_intro_sync PRIVATE _WIN32_WINNT=0x0601)

0 commit comments

Comments
 (0)