mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-27 05:37:38 -05: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)
|