diff options
author | Brad King <brad.king@kitware.com> | 2022-10-28 14:02:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-10-28 14:02:20 (GMT) |
commit | 907bfc661b64d7895975e7e05bd9e677ad7f865e (patch) | |
tree | cb6653ad1741d4d0426ce4a55283ba4b02395246 | |
parent | 4c034f196105a97d1d2d8949418fdd4876185b35 (diff) | |
parent | 43f87741f4a2fb3c6dd496412f9af861bbd581c3 (diff) | |
download | CMake-907bfc661b64d7895975e7e05bd9e677ad7f865e.zip CMake-907bfc661b64d7895975e7e05bd9e677ad7f865e.tar.gz CMake-907bfc661b64d7895975e7e05bd9e677ad7f865e.tar.bz2 |
Merge topic 'tutorial_step5_cleanup'
43f87741f4 Tutorial: Fix Step 5 solution after update to Step 6
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7838
-rw-r--r-- | Help/guide/tutorial/Installing and Testing.rst | 2 |
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 |