Skip to content

Commit

Permalink
Minor CTest tweaks
Browse files Browse the repository at this point in the history
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
  • Loading branch information
eile committed Dec 20, 2010
1 parent d26a72a commit 021bbe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CTestConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set(CTEST_PROJECT_NAME "Equalizer")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
if(NOT CTEST_DROP_SITE)
set(CTEST_DROP_SITE "my.cdash.org")
endif()
set(CTEST_DROP_LOCATION "/submit.php?project=Equalizer")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit 021bbe4

Please sign in to comment.