From 5b7e465be3b2b30dcfa271bbc420fdf622505ca3 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 16 Oct 2022 14:41:10 -0400 Subject: Tutorial: Fix variable name typo in step 1 `CMAKE_CXX_REQUIRED_STANDARD` => `CMAKE_CXX_STANDARD_REQUIRED` --- Help/guide/tutorial/Step1/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12