mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
8 lines
240 B
CMake
8 lines
240 B
CMake
set(CTEST_PROJECT_NAME "openbabel")
|
|
set(CTEST_NIGHTLY_START_TIME "05:00:00 UTC")
|
|
|
|
set(CTEST_DROP_METHOD "http")
|
|
set(CTEST_DROP_SITE "my.cdash.org")
|
|
set(CTEST_DROP_LOCATION "/submit.php?project=Open%20Babel")
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|