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 e3ba5be + c6227b4 commit 05868dfCopy full SHA for 05868df
check/CMakeLists.txt
@@ -4,7 +4,7 @@ include(CTest)
4
# add a custom SCIP check target 'scip_check'
5
#
6
add_custom_target(scip_check
7
- COMMAND ${CMAKE_CTEST_COMMAND} -R="-default" -E "applications" --output-on-failure
+ COMMAND ${CMAKE_CTEST_COMMAND} -R "default" -E "applications" --output-on-failure
8
DEPENDS scip
9
)
10
0 commit comments