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

@@ -11,3 +11,4 @@ set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "eigen.tuxfamily.org")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Eigen")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_BUILD_TARGET "btest")