CMake: do not depend on testsuite in the default target.

pull/168/head
whitequark 2017-01-16 13:18:45 +00:00
parent 572fbc7463
commit 8d0e226722
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ target_link_libraries(solvespace-testsuite
add_dependencies(solvespace-testsuite
resources)
add_custom_target(test_solvespace ALL
add_custom_target(test_solvespace
COMMAND $<TARGET_FILE:solvespace-testsuite>
COMMENT "Testing SolveSpace"
VERBATIM)