summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-18 17:48:31 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-10-18 17:48:39 (GMT)
commita6c854f89b5101b630731c19717a0084d7a19826 (patch)
treed12f4cdc4d55c1c2a2dde0246ce9273f732a4d03 /Help
parent262457df4d54608184688f8a1632c1f1f49f4fe6 (diff)
parent5b7e465be3b2b30dcfa271bbc420fdf622505ca3 (diff)
downloadCMake-a6c854f89b5101b630731c19717a0084d7a19826.zip
CMake-a6c854f89b5101b630731c19717a0084d7a19826.tar.gz
CMake-a6c854f89b5101b630731c19717a0084d7a19826.tar.bz2
Merge topic 'tutorial-step1-standard-required'
5b7e465be3 Tutorial: Fix variable name typo in step 1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7799
Diffstat (limited to 'Help')
-rw-r--r--Help/guide/tutorial/Step1/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Step1/CMakeLists.txt b/Help/guide/tutorial/Step1/CMakeLists.txt
index 282951a..6fcce90 100644
--- a/Help/guide/tutorial/Step1/CMakeLists.txt
+++ b/Help/guide/tutorial/Step1/CMakeLists.txt
@@ -5,7 +5,7 @@
# TODO 7: Set the project version number as 1.0 in the above project command
# TODO 6: Set the variable CMAKE_CXX_STANDARD to 11
-# and the variable CMAKE_CXX_REQUIRED_STANDARD to True
+# and the variable CMAKE_CXX_STANDARD_REQUIRED to True
# TODO 8: Use configure_file to configure and copy TutorialConfig.h.in to
# TutorialConfig.h