diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-06-10 21:42:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-17 15:57:56 (GMT) |
commit | fe60154fe8efc7528da92f6b9a6b17a6f9d4a179 (patch) | |
tree | 58ee8040eb04c4e9be5017cc562c3adae0764ec4 /Help/guide/tutorial/Packaging Debug and Release.rst | |
parent | 25dde20cc5df77326f369c2dbcca3edcf687e581 (diff) | |
download | CMake-fe60154fe8efc7528da92f6b9a6b17a6f9d4a179.zip CMake-fe60154fe8efc7528da92f6b9a6b17a6f9d4a179.tar.gz CMake-fe60154fe8efc7528da92f6b9a6b17a6f9d4a179.tar.bz2 |
Tutorial: Small formatting improvements
- Use inline literals for all code fragments and names.
- Add missing console code-blocks.
- Always use c++, not c as code language.
Diffstat (limited to 'Help/guide/tutorial/Packaging Debug and Release.rst')
-rw-r--r-- | Help/guide/tutorial/Packaging Debug and Release.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Packaging Debug and Release.rst b/Help/guide/tutorial/Packaging Debug and Release.rst index b73378c..1f90268 100644 --- a/Help/guide/tutorial/Packaging Debug and Release.rst +++ b/Help/guide/tutorial/Packaging Debug and Release.rst @@ -28,7 +28,7 @@ And the :prop_tgt:`DEBUG_POSTFIX` property on the tutorial executable: :start-after: # add the executable :end-before: # add the binary tree to the search path for include files -Let's also add version numbering to the MathFunctions library. In +Let's also add version numbering to the ``MathFunctions`` library. In ``MathFunctions/CMakeLists.txt``, set the :prop_tgt:`VERSION` and :prop_tgt:`SOVERSION` properties: |