summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMarkus Ferrell <markus.ferrell@kitware.com>2022-10-27 14:19:27 (GMT)
committerBrad King <brad.king@kitware.com>2022-10-27 15:30:46 (GMT)
commit43f87741f4a2fb3c6dd496412f9af861bbd581c3 (patch)
treec4a0e4f91e226f32bdce861b4db9275e64086269 /Help
parent2954a810ced784b04ec22bcdadb18bd73409c2a2 (diff)
downloadCMake-43f87741f4a2fb3c6dd496412f9af861bbd581c3.zip
CMake-43f87741f4a2fb3c6dd496412f9af861bbd581c3.tar.gz
CMake-43f87741f4a2fb3c6dd496412f9af861bbd581c3.tar.bz2
Tutorial: Fix Step 5 solution after update to Step 6
Since commit 6e58a01f4e (Tutorial: Update step 6 style, 2022-10-06) the `literalinclude` included an extra comment from step 6 instructions. Fix the include bounds to remove the extra text.
Diffstat (limited to 'Help')
-rw-r--r--Help/guide/tutorial/Installing and Testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Installing and Testing.rst b/Help/guide/tutorial/Installing and Testing.rst
index fa13040..c020264 100644
--- a/Help/guide/tutorial/Installing and Testing.rst
+++ b/Help/guide/tutorial/Installing and Testing.rst
@@ -145,7 +145,7 @@ are similar. To the end of the top-level ``CMakeLists.txt`` we add:
:name: TODO 3,4: CMakeLists.txt-install-TARGETS
:language: cmake
:start-after: # add the install targets
- :end-before: # enable testing
+ :end-before: # TODO 1: Replace enable_testing() with include(CTest)
.. raw:: html