From: Dawid Jagiela Date: Tue, 8 May 2012 13:08:21 +0000 (+0200) Subject: fixed drop side on CTestConfig.cmake X-Git-Tag: v.3.2~115^2~28 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=712808f45a58f5ddd08ebc63cd8f40f2d554f0ba;p=unres.git fixed drop side on CTestConfig.cmake --- diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 9d71111..630f724 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -6,7 +6,7 @@ IF(NOT DEFINED CTEST_DROP_METHOD) ENDIF(NOT DEFINED CTEST_DROP_METHOD) IF(CTEST_DROP_METHOD STREQUAL "http") - SET(CTEST_DROP_SITE "localhost") + SET(CTEST_DROP_SITE "mmka.chem.univ.gda.pl") SET(CTEST_DROP_LOCATION "/CDash/submit.php?project=UNRES") - SET(CTEST_TRIGGER_SITE "mmka.chem.univ.gda.pl") + SET(CTEST_TRIGGER_SITE "${CTEST_DROP_SITE}") ENDIF(CTEST_DROP_METHOD STREQUAL "http")