Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-14 23:40:31 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-14 23:40:31 +0300
commita7bc876322994d2bd76e95b2c61ec1b1241e4738 (patch)
tree9cc95beb4b84229155c7c05a9ee1ad5bb022ef2f /CTestConfig.cmake
parent3a16fa3e45b940a221ceb41a6c86ebe214318c02 (diff)
First attempt at a port to QuickCppLib and Outcome v2 (it's not working yet)
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 262859ad..5bd11c21 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -6,10 +6,10 @@
## ENABLE_TESTING()
## INCLUDE(CTest)
-set(CTEST_PROJECT_NAME "Boost.AFIO")
+set(CTEST_PROJECT_NAME "AFIO")
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=Boost.AFIO")
+set(CTEST_DROP_LOCATION "/submit.php?project=AFIO")
set(CTEST_DROP_SITE_CDASH TRUE)