mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 16:25:22 -04:00
f64f77839e
* Remove comments from CTestConfig.cmake * Update directions
8 lines
245 B
CMake
8 lines
245 B
CMake
set(CTEST_PROJECT_NAME "CMakeTutorial")
|
|
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
|
|
|
set(CTEST_DROP_METHOD "http")
|
|
set(CTEST_DROP_SITE "my.cdash.org")
|
|
set(CTEST_DROP_LOCATION "/submit.php?project=CMakeTutorial")
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|