aboutsummaryrefslogtreecommitdiffhomepage
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-04 20:27:44 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-04 20:27:44 -0400
commitb78b2ede5f6156c8898c152335176cbd47c34bdb (patch)
tree236ca51d947d428139e9c51dfb888349f298b872 /CTestConfig.cmake
parent7956fc49a0b280b2a506b614eb500d8287748d03 (diff)
finally, the right fix: set CTEST_BUILD_TARGET.
So this is the come-back of btest target, and the default target is empty again.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 0ccd5a1ad..897a9a854 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -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")