summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-03-31 13:42:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-03-31 13:42:06 +0200
commitd5d85e70794622c31f4a4c7a2d904abc78189a51 (patch)
treef8381f9c722607312584835932951f4f8c8e1fd4
parent9bd7f004d04ab9b3bbe7c601873a075ac655832f (diff)
downloadcurl-d5d85e70794622c31f4a4c7a2d904abc78189a51.tar.gz
CTestConfig.cmake: removed, unused
-rw-r--r--CTestConfig.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
deleted file mode 100644
index 6b1e798e4..000000000
--- 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(Dart)
-set(CTEST_PROJECT_NAME "CURL")
-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=CURL")
-set(CTEST_DROP_SITE_CDASH TRUE)