Tutorial: Move step 8 to step 5. Shift steps 5-7 to 6-8.

This commit is contained in:
Markus Ferrell
2022-07-18 09:32:05 -04:00
parent 0beb0ec22f
commit 6c77ccec51
19 changed files with 82 additions and 122 deletions
@@ -0,0 +1,7 @@
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)