Explorar o código

Merge topic 'fix_documentation'

20f74231db Help: Fix Step3 Mathfunction example

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9101
Brad King hai 1 ano
pai
achega
d8d9b3f9e6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
               mysqrt.cxx
               )
               )
 
 
-  # TODO 7: Link SqrtLibrary to tutorial_compiler_flags
+  # TODO 6: Link SqrtLibrary to tutorial_compiler_flags
 
 
   target_link_libraries(MathFunctions PRIVATE SqrtLibrary)
   target_link_libraries(MathFunctions PRIVATE SqrtLibrary)
 endif()
 endif()
 
 
-# TODO 6: Link MathFunctions to tutorial_compiler_flags
+# TODO 7: Link MathFunctions to tutorial_compiler_flags