diff options
author | Brad King <brad.king@kitware.com> | 2022-09-07 13:46:38 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-09-07 13:47:26 (GMT) |
commit | 12124a1b412845e76e1c4ec1c3c09f15f7edb4a4 (patch) | |
tree | 669e49dbadfda4ab5a336f7bbf3d71e9361cfc54 /Help | |
parent | 4395fee8a95295761e04fc11f4d03b48ef4ddb80 (diff) | |
parent | 3241e3ef03bbf9d59af36615438c727d372fb42f (diff) | |
download | CMake-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.rst | 4 |
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: |