Skip to content

Commit

Permalink
BUG: Fix CTEST_DROP_LOCATION
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Oct 7, 2010
1 parent 3529ef9 commit a844bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTestConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set(CTEST_NIGHTLY_START_TIME "23:00:00 EDT")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CTK")
set(CTEST_DROP_LOCATION "/submit.php?project=${CTEST_PROJECT_NAME}")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit a844bd1

Please sign in to comment.