Skip to content

Commit

Permalink
Simplify CTestConfig.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Jun 18, 2021
1 parent 54a1d9b commit f8fdb00
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
set(CTEST_PROJECT_NAME "HPX")
set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT")

set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "cdash.cscs.ch")
set(CTEST_DROP_LOCATION "/submit.php?project=HPX")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_SUBMIT_URL
"https://cdash.cscs.ch/submit.php?project=${CTEST_PROJECT_NAME}"
)

0 comments on commit f8fdb00

Please sign in to comment.