浏览代码

Tutorial: Align step 12 prose with documentation

Fixes: #23918
Markus Ferrell 3 年之前
父节点
当前提交
3241e3ef03
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Help/guide/tutorial/Packaging Debug and Release.rst

+ 2 - 2
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.
 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
 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
 Set :variable:`CMAKE_DEBUG_POSTFIX` near the beginning of the top-level
 ``CMakeLists.txt`` file:
 ``CMakeLists.txt`` file: