diff options
author | Brad King <brad.king@kitware.com> | 2023-01-19 14:24:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-19 14:24:56 (GMT) |
commit | c3513e59c486df0098a85a181e59073941135454 (patch) | |
tree | 7813e94bb6c038d9c287d42e71192db02969fed3 /Help/guide/tutorial/Installing and Testing.rst | |
parent | c601bd28af8f67d45f28c08c3529aecce78441d4 (diff) | |
parent | 2e3fcf9399b3b4ab38039f90c826c46a3076044d (diff) | |
download | CMake-c3513e59c486df0098a85a181e59073941135454.zip CMake-c3513e59c486df0098a85a181e59073941135454.tar.gz CMake-c3513e59c486df0098a85a181e59073941135454.tar.bz2 |
Merge topic 'minor-tutorial-fixes'
2e3fcf9399 Tutorial: Fix typos in Step 11 exercise and solution
f04c548877 Tutorial: Fix exercise in Step 10 to match solution provided in Step 11
566e12c976 Tutorial: Fix destination of link from Step 6 to Step 5
bef0b9eb64 Tutorial: Fix exercise in Step 5 to match solution provided in Step 6
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8087
Diffstat (limited to 'Help/guide/tutorial/Installing and Testing.rst')
-rw-r--r-- | Help/guide/tutorial/Installing and Testing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Installing and Testing.rst b/Help/guide/tutorial/Installing and Testing.rst index aa3fb74..7a59fcb 100644 --- a/Help/guide/tutorial/Installing and Testing.rst +++ b/Help/guide/tutorial/Installing and Testing.rst @@ -1,8 +1,6 @@ Step 5: Installing and Testing ============================== -.. _`Tutorial Testing Support`: - Exercise 1 - Install Rules ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -154,6 +152,8 @@ are similar. To the end of the top-level ``CMakeLists.txt`` we add: That is all that is needed to create a basic local install of the tutorial. +.. _`Tutorial Testing Support`: + Exercise 2 - Testing Support ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |