diff options
author | Brad King <brad.king@kitware.com> | 2022-10-07 13:39:55 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-10-07 13:40:16 (GMT) |
commit | a546a19385f26cb39c8ada3c146498036765fad7 (patch) | |
tree | 2166d0b4e5fa1b05fcbc083c8b2188a8a0459664 /Help/guide/tutorial/Adding System Introspection.rst | |
parent | 7988e60ae2bac3fc4b19a89feb79f6881030ed65 (diff) | |
parent | 92edbce34271864a8c57c07b0ee289cd45b74d28 (diff) | |
download | CMake-a546a19385f26cb39c8ada3c146498036765fad7.zip CMake-a546a19385f26cb39c8ada3c146498036765fad7.tar.gz CMake-a546a19385f26cb39c8ada3c146498036765fad7.tar.bz2 |
Merge topic 'tutorial_step5_update'
92edbce342 Tutorial: Update step 5 style
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7728
Diffstat (limited to 'Help/guide/tutorial/Adding System Introspection.rst')
-rw-r--r-- | Help/guide/tutorial/Adding System Introspection.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Adding System Introspection.rst b/Help/guide/tutorial/Adding System Introspection.rst index 4f3e808..ba91df4 100644 --- a/Help/guide/tutorial/Adding System Introspection.rst +++ b/Help/guide/tutorial/Adding System Introspection.rst @@ -30,7 +30,7 @@ If available, use :command:`target_compile_definitions` to specify :name: MathFunctions/CMakeLists.txt-target_compile_definitions :language: cmake :start-after: # add compile definitions - :end-before: # install rules + :end-before: # install libs If ``log`` and ``exp`` are available on the system, then we will use them to compute the square root in the ``mysqrt`` function. Add the following code to |