diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-18 10:49:52 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-18 10:50:02 (GMT) |
commit | fc4f00cbf64c6f192b36e7b9187fc26a1f51a4b4 (patch) | |
tree | 59340b6d18af05e63f15c91ce9c3e8bd160879e5 | |
parent | f8a1b07953e6bf40da7def8459f8327cb007d2a9 (diff) | |
parent | 02aa03eb0a5e8551fb69b63712ef4512343cd769 (diff) | |
download | CMake-fc4f00cbf64c6f192b36e7b9187fc26a1f51a4b4.zip CMake-fc4f00cbf64c6f192b36e7b9187fc26a1f51a4b4.tar.gz CMake-fc4f00cbf64c6f192b36e7b9187fc26a1f51a4b4.tar.bz2 |
Merge topic 'tutorial-replace-unicode-dash' into release-3.16
02aa03eb0a Tutorial: replace Unicode EN DASH with ASCII dash
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4058
-rw-r--r-- | Help/guide/tutorial/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/index.rst b/Help/guide/tutorial/index.rst index 3f20aa2..d74d160 100644 --- a/Help/guide/tutorial/index.rst +++ b/Help/guide/tutorial/index.rst @@ -610,12 +610,12 @@ CTest will read in this file when it runs. To create a simple dashboard you can run **cmake** or **cmake-gui** to configure the project, but do not build it yet. Instead, change directory to the binary tree, and then run:: - ctest [-VV] –D Experimental + ctest [-VV] -D Experimental Remember, for multi-config generators (e.g. Visual Studio), the configuration type must be specified:: - ctest [-VV] -C Debug –D Experimental + ctest [-VV] -C Debug -D Experimental Or, from an IDE, build the ``Experimental`` target. |