X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=CTestConfig.cmake;h=d33a736546c0cecd1653e3ec667a2ef3393cb865;hb=07e8a2a25ab5a62f63af77fe0dd1405cd41ee5ce;hp=9a7b6346e2e8df1f5ac625e3cfb5fcbde8063a39;hpb=30d8f2ea18e307e14e7f0721733cc7447cb226da;p=alexxy%2Fgromacs.git diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 9a7b6346e2..d33a736546 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,7 +1,7 @@ # # This file is part of the GROMACS molecular simulation package. # -# Copyright (c) 2011, by the GROMACS development team, led by +# Copyright (c) 2011,2014, by the GROMACS development team, led by # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, # and including many others, as listed in the AUTHORS file in the # top-level source directory and at http://www.gromacs.org. @@ -37,11 +37,11 @@ SET(CTEST_NIGHTLY_START_TIME "00:00:00 EST") IF(NOT DEFINED CTEST_DROP_METHOD) SET(CTEST_DROP_METHOD "http") -ENDIF(NOT DEFINED CTEST_DROP_METHOD) +ENDIF() IF(CTEST_DROP_METHOD STREQUAL "http") SET(CTEST_DROP_SITE "cdash.gromacs.org") SET(CTEST_DROP_LOCATION "/submit.php?project=Gromacs") SET(CTEST_DROP_SITE_CDASH TRUE) -ENDIF(CTEST_DROP_METHOD STREQUAL "http") +ENDIF()