summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step9/CTestConfig.cmake
diff options
context:
space:
mode:
authorBetsy McPhail <betsy.mcphail@kitware.com>2019-07-18 19:40:25 (GMT)
committerBrad King <brad.king@kitware.com>2019-08-19 15:49:05 (GMT)
commit6a35d630dce6e9da6115cc4acb3393ce62a017ad (patch)
treeeb4bcf229a577f91b22b3711a3e1264d2bd83eb9 /Help/guide/tutorial/Step9/CTestConfig.cmake
parent61d4d990d620815fac62ccbb28cf522703dde923 (diff)
downloadCMake-6a35d630dce6e9da6115cc4acb3393ce62a017ad.zip
CMake-6a35d630dce6e9da6115cc4acb3393ce62a017ad.tar.gz
CMake-6a35d630dce6e9da6115cc4acb3393ce62a017ad.tar.bz2
Tutorial: Improve Step 8
* Remove comments from CTestConfig.cmake * Update directions
Diffstat (limited to 'Help/guide/tutorial/Step9/CTestConfig.cmake')
-rw-r--r--Help/guide/tutorial/Step9/CTestConfig.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/Help/guide/tutorial/Step9/CTestConfig.cmake b/Help/guide/tutorial/Step9/CTestConfig.cmake
index 7a927ac..73efdb1 100644
--- a/Help/guide/tutorial/Step9/CTestConfig.cmake
+++ b/Help/guide/tutorial/Step9/CTestConfig.cmake
@@ -1,11 +1,3 @@
-## This file should be placed in the root directory of your project.
-## Then modify the CMakeLists.txt file in the root directory of your
-## project to incorporate the testing dashboard.
-##
-## # The following are required to submit to the CDash dashboard:
-## ENABLE_TESTING()
-## INCLUDE(CTest)
-
set(CTEST_PROJECT_NAME "CMakeTutorial")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")