summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-04 16:52:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-01-04 16:52:20 (GMT)
commitd8d9b3f9e6a1acd74c95dfe6579aa976b45bae5a (patch)
treef402c03b1225561bebf56a45b9970ffb9b9571f7 /Help
parentb0006155d3e71b85135d8e52aaebb17164933dd6 (diff)
parent20f74231dbeb79df392f79d0adeaad4e87c063c7 (diff)
downloadCMake-d8d9b3f9e6a1acd74c95dfe6579aa976b45bae5a.zip
CMake-d8d9b3f9e6a1acd74c95dfe6579aa976b45bae5a.tar.gz
CMake-d8d9b3f9e6a1acd74c95dfe6579aa976b45bae5a.tar.bz2
Merge topic 'fix_documentation'
20f74231db Help: Fix Step3 Mathfunction example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9101
Diffstat (limited to 'Help')
-rw-r--r--Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt
index ffb2f35..74c553f 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