diff --git a/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt index ffb2f35a4b..74c553f8e2 100644 --- a/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt +++ b/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