From 191e2d715b78702bef68c0190c87b9e7d851de10 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 11 Feb 2016 00:06:05 +0100 Subject: [PATCH] Removed CDash config --- CTestConfig.cmake | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 CTestConfig.cmake diff --git a/CTestConfig.cmake b/CTestConfig.cmake deleted file mode 100644 index d3388358..00000000 --- a/CTestConfig.cmake +++ /dev/null @@ -1,13 +0,0 @@ -## This file should be placed in the root directory of your project. -## Then modify the CMakeLists.txt file in the root directory of your -## project to incorporate the testing dashboard. -## # The following are required to uses Dart and the Cdash dashboard -## ENABLE_TESTING() -## INCLUDE(CTest) -set(CTEST_PROJECT_NAME "GLM") -set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") - -set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "my.cdash.org") -set(CTEST_DROP_LOCATION "/submit.php?project=GLM") -set(CTEST_DROP_SITE_CDASH TRUE)