summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-02-12 20:04:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-02-12 20:04:41 (GMT)
commitd8daaf0bc395e1be67c4b502214ff89649fa66fd (patch)
treeca3e86302d3a92e058acb9fac165757eb7b73e5b /Help
parent85fdac46bd219d64e7bfd2965d3487e33e4dfb9a (diff)
parentc5d7c291375c6816770f9d951fb8dc690b1b4d38 (diff)
downloadCMake-d8daaf0bc395e1be67c4b502214ff89649fa66fd.zip
CMake-d8daaf0bc395e1be67c4b502214ff89649fa66fd.tar.gz
CMake-d8daaf0bc395e1be67c4b502214ff89649fa66fd.tar.bz2
Merge topic 'doc-ascii'
c5d7c29137 Help: Replace UTF-8 apostrophe with ascii apostrophe Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !4358
Diffstat (limited to 'Help')
-rw-r--r--Help/guide/tutorial/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/guide/tutorial/index.rst b/Help/guide/tutorial/index.rst
index 96f0486..a844cbf 100644
--- a/Help/guide/tutorial/index.rst
+++ b/Help/guide/tutorial/index.rst
@@ -183,7 +183,7 @@ last few lines of the top-level ``CMakeLists.txt`` file should now look like:
)
Now let us make the MathFunctions library optional. While for the tutorial
-there really isn’t any need to do so, for larger projects this is a common
+there really isn't any need to do so, for larger projects this is a common
occurrence. The first step is to add an option to the top-level
``CMakeLists.txt`` file.
@@ -918,8 +918,8 @@ subbdirectories. The layout will look like:
.. code-block:: none
- Step12
- └── debug
- └── release
+ - debug
+ - release
Now we need to setup debug and release builds. We can use
:variable:`CMAKE_BUILD_TYPE` to set the configuration type: