summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step12
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-19 14:24:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-01-19 14:24:56 (GMT)
commitc3513e59c486df0098a85a181e59073941135454 (patch)
tree7813e94bb6c038d9c287d42e71192db02969fed3 /Help/guide/tutorial/Step12
parentc601bd28af8f67d45f28c08c3529aecce78441d4 (diff)
parent2e3fcf9399b3b4ab38039f90c826c46a3076044d (diff)
downloadCMake-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/Step12')
-rw-r--r--Help/guide/tutorial/Step12/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Step12/CMakeLists.txt b/Help/guide/tutorial/Step12/CMakeLists.txt
index 220ed4b..1d8b5a6 100644
--- a/Help/guide/tutorial/Step12/CMakeLists.txt
+++ b/Help/guide/tutorial/Step12/CMakeLists.txt
@@ -94,7 +94,7 @@ install(EXPORT MathFunctionsTargets
)
include(CMakePackageConfigHelpers)
-# generate the config file that is includes the exports
+# generate the config file that includes the exports
configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/Config.cmake.in
"${CMAKE_CURRENT_BINARY_DIR}/MathFunctionsConfig.cmake"
INSTALL_DESTINATION "lib/cmake/example"
@@ -116,7 +116,7 @@ install(FILES
)
# generate the export targets for the build tree
-# needs to be after the install(TARGETS ) command
+# needs to be after the install(TARGETS) command
export(EXPORT MathFunctionsTargets
FILE "${CMAKE_CURRENT_BINARY_DIR}/MathFunctionsTargets.cmake"
)