diff options
author | Markus Ferrell <markus.ferrell@kitware.com> | 2023-06-14 23:34:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-15 13:29:16 (GMT) |
commit | a8679c997d05dffda9f0e892221da244177ee502 (patch) | |
tree | a3dc5c4693a01f1ec5476187e0a0323b3c6cbc3c /Help/guide/tutorial/Adding System Introspection.rst | |
parent | 57b97d30c012abec8b7e5204aa2527eeb51ca94f (diff) | |
download | CMake-a8679c997d05dffda9f0e892221da244177ee502.zip CMake-a8679c997d05dffda9f0e892221da244177ee502.tar.gz CMake-a8679c997d05dffda9f0e892221da244177ee502.tar.bz2 |
Tutorial: Extend literal include to contain full code changes in solution
The solution for step 7 todo 5 did not include all of the code changes.
Modify it to include the needed `#endif` code change.
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 b314773..117b230 100644 --- a/Help/guide/tutorial/Adding System Introspection.rst +++ b/Help/guide/tutorial/Adding System Introspection.rst @@ -156,7 +156,7 @@ compute the square root in the ``mysqrt`` function. The ``mysqrt`` function in :name: MathFunctions/mysqrt.cxx-ifdef :language: c++ :start-after: // if we have both log and exp then use them - :end-before: // do ten iterations + :end-before: return result; .. raw:: html |