Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Jan 15, 2025
1 parent 8017fac commit eb7f107
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
set(CTEST_PROJECT_NAME WarpX)
set(CTEST_NIGHTLY_START_TIME 08:00:00 UTC)

if(CMAKE_VERSION VERSION_GREATER 3.14)
set(CTEST_SUBMIT_URL https://my.cdash.org/submit.php?project=WarpX)
else()
set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=WarpX")
endif()
set(CTEST_SUBMIT_URL https://my.cdash.org/submit.php?project=WarpX)

set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit eb7f107

Please sign in to comment.