summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-07 13:46:38 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-07 13:47:26 (GMT)
commit12124a1b412845e76e1c4ec1c3c09f15f7edb4a4 (patch)
tree669e49dbadfda4ab5a336f7bbf3d71e9361cfc54 /Help
parent4395fee8a95295761e04fc11f4d03b48ef4ddb80 (diff)
parent3241e3ef03bbf9d59af36615438c727d372fb42f (diff)
downloadCMake-12124a1b412845e76e1c4ec1c3c09f15f7edb4a4.zip
CMake-12124a1b412845e76e1c4ec1c3c09f15f7edb4a4.tar.gz
CMake-12124a1b412845e76e1c4ec1c3c09f15f7edb4a4.tar.bz2
Merge topic 'tutorial_postfix_for_executables'
3241e3ef03 Tutorial: Align step 12 prose with documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7645
Diffstat (limited to 'Help')
-rw-r--r--Help/guide/tutorial/Packaging Debug and Release.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Packaging Debug and Release.rst b/Help/guide/tutorial/Packaging Debug and Release.rst
index e795be2..fc2050e 100644
--- a/Help/guide/tutorial/Packaging Debug and Release.rst
+++ b/Help/guide/tutorial/Packaging Debug and Release.rst
@@ -10,8 +10,8 @@ possible, however, to setup CPack to bundle multiple build directories and
construct a package that contains multiple configurations of the same project.
First, we want to ensure that the debug and release builds use different names
-for the executables and libraries that will be installed. Let's use `d` as the
-postfix for the debug executable and libraries.
+for the libraries that will be installed. Let's use `d` as the
+postfix for the debug libraries.
Set :variable:`CMAKE_DEBUG_POSTFIX` near the beginning of the top-level
``CMakeLists.txt`` file: