summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorMarkus Ferrell <markus.ferrell@kitware.com>2023-01-11 11:55:53 -0500
committerMarkus Ferrell <markus.ferrell@kitware.com>2023-01-11 11:55:53 -0500
commit91f6c808d048c304206a892c580267164aced419 (patch)
tree3f34924e2a0467e5228f02727f6d0acd98cef26b /Help
parent51a0292d9cb24e13f6b600bc97d950ad4344cfa5 (diff)
downloadcmake-91f6c808d048c304206a892c580267164aced419.tar.gz
Tutorial: Fix typo in step 5 todo statement
Diffstat (limited to 'Help')
-rw-r--r--Help/guide/tutorial/Step5/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Step5/CMakeLists.txt b/Help/guide/tutorial/Step5/CMakeLists.txt
index a8f241adc1..c894917848 100644
--- a/Help/guide/tutorial/Step5/CMakeLists.txt
+++ b/Help/guide/tutorial/Step5/CMakeLists.txt
@@ -42,7 +42,7 @@ target_include_directories(Tutorial PUBLIC
# TODO 3: Install Tutorial in the bin directory
# Hint: Use the TARGETS and DESTINATION parameters
-# TODO 4: Install Tutorial.h to the include directory
+# TODO 4: Install TutorialConfig.h to the include directory
# Hint: Use the FILES and DESTINATION parameters
# TODO 5: Enable testing