finally, the right fix: set CTEST_BUILD_TARGET.

So this is the come-back of btest target, and the default target is empty again.
This commit is contained in:
Benoit Jacob
2009-10-04 20:27:44 -04:00
parent 7956fc49a0
commit b78b2ede5f
5 changed files with 10 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
project(EigenTesting)
add_custom_target(btest)
include(EigenTesting)
ei_init_testing()