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 de9e3b2 commit 24d8f9dCopy full SHA for 24d8f9d
1 file changed
exercises/practice/twelve-days/CMakeLists.txt
@@ -64,4 +64,4 @@ if(${MSVC})
64
endif()
65
66
# Run the tests on every build
67
-add_custom_target(test_${exercise} ALL DEPENDS ${exercise} COMMAND ${exercise})
+add_custom_target(test_${exercise} ALL DEPENDS ${exercise} COMMAND ${exercise})
0 commit comments