Browse Source

Help: Fix Step3 Mathfunction example

- TODO 6 has to be Link SqrtLibrary
- TODO 7 has to be Link MathFunctions

Signed-off-by: Bhavith C <[email protected]>
Bhavith C 1 năm trước cách đây
mục cha
commit
20f74231db
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt

+ 2 - 2
Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt

@@ -14,9 +14,9 @@ if (USE_MYMATH)
               mysqrt.cxx
               )
 
-  # TODO 7: Link SqrtLibrary to tutorial_compiler_flags
+  # TODO 6: Link SqrtLibrary to tutorial_compiler_flags
 
   target_link_libraries(MathFunctions PRIVATE SqrtLibrary)
 endif()
 
-# TODO 6: Link MathFunctions to tutorial_compiler_flags
+# TODO 7: Link MathFunctions to tutorial_compiler_flags