mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-24 08:47:59 +00:00
Help/tutorial: fix minor typos
Signed-off-by: Aiden Woodruff <aiden.woodruff@kitware.com>
This commit is contained in:
committed by
Brad King
parent
88e8d67888
commit
15bd933fc4
@@ -596,7 +596,7 @@ Continue to edit files from ``Step1``. Start on ``TODO 7`` and complete through
|
||||
``TODO 9``. In this exercise, we need to add the ``MathFunctions`` target to
|
||||
the ``Tutorial`` target's linked libraries using :command:`target_link_libraries`.
|
||||
|
||||
After modifying the CML, update ``tutorial.cxx`` to use the
|
||||
After modifying the CML, update ``Tutorial.cxx`` to use the
|
||||
``mathfunctions::sqrt()`` function instead of ``std::sqrt``.
|
||||
|
||||
Build and Run
|
||||
|
||||
@@ -8,7 +8,7 @@ target_sources(TestMathFunctions
|
||||
# TODO1: Find the SimpleTest package. This should be a required dependency when
|
||||
# building tests.
|
||||
|
||||
# TODO2: Add the SimpleTest::SimpleTest target to Test MathFunctions
|
||||
# TODO2: Add the SimpleTest::SimpleTest target to TestMathFunctions
|
||||
|
||||
target_link_libraries(TestMathFunctions
|
||||
PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user