瀏覽代碼

Tutorial: Fix typo in step 5 todo statement

Markus Ferrell 3 年之前
父節點
當前提交
91f6c808d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Help/guide/tutorial/Step5/CMakeLists.txt

+ 1 - 1
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