summaryrefslogtreecommitdiffstats
path: root/Help/guide
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-02-12 19:31:58 (GMT)
committerBrad King <brad.king@kitware.com>2020-02-12 19:37:41 (GMT)
commitc5d7c291375c6816770f9d951fb8dc690b1b4d38 (patch)
treef3337364bccad1325dcc5e8790ad1f7b7b584ae1 /Help/guide
parent125f0451a9061c60036c5f92d104ee9fb3111a98 (diff)
downloadCMake-c5d7c291375c6816770f9d951fb8dc690b1b4d38.zip
CMake-c5d7c291375c6816770f9d951fb8dc690b1b4d38.tar.gz
CMake-c5d7c291375c6816770f9d951fb8dc690b1b4d38.tar.bz2
Help: Replace UTF-8 apostrophe with ascii apostrophe
Also replace UTF-8 graphical characters with simple dashes. Fixes: #20349
Diffstat (limited to 'Help/guide')
-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: