summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-12 14:28:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-01-12 14:28:50 (GMT)
commitb82b39df9377de5c212ed2319adbba090877c81c (patch)
treef6f6ab55e1fbd19f43b2eb8cc19894103903fa71
parentc8f42171f29f1d5b08e0f71807acee41651a683b (diff)
parent91f6c808d048c304206a892c580267164aced419 (diff)
downloadCMake-b82b39df9377de5c212ed2319adbba090877c81c.zip
CMake-b82b39df9377de5c212ed2319adbba090877c81c.tar.gz
CMake-b82b39df9377de5c212ed2319adbba090877c81c.tar.bz2
Merge topic 'tutorial_step5_todo_typo_fix'
91f6c808d0 Tutorial: Fix typo in step 5 todo statement Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8058
-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 a8f241a..c894917 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