opm-core/CTestConfig.cmake
Roland Kaufmann ae6e5314e3 Remove hardcoded project names and directories
Everything is now set through variables, which means that we can
change the name of the project by just altering the header.
2013-02-11 23:08:28 +01:00

8 lines
305 B
CMake

# this is included after opm-core_NAME is set
set(CTEST_PROJECT_NAME "${opm-core_NAME}")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "opm-project.org")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=${opm-core_NAME}")
set(CTEST_DROP_SITE_CDASH TRUE)