summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step12
diff options
context:
space:
mode:
authorJoseph Snyder <joe.snyder@kitware.com>2021-09-30 18:43:28 (GMT)
committerJoseph Snyder <joe.snyder@kitware.com>2021-09-30 18:43:28 (GMT)
commit6dade88d1ccafc08539ec11b02770764b917f004 (patch)
tree8b871a65dd7284957873182092413e2ed4f7f83f /Help/guide/tutorial/Step12
parent1bf25b5b5fe2b1c9c9667984c3cd0408244942a9 (diff)
downloadCMake-6dade88d1ccafc08539ec11b02770764b917f004.zip
CMake-6dade88d1ccafc08539ec11b02770764b917f004.tar.gz
CMake-6dade88d1ccafc08539ec11b02770764b917f004.tar.bz2
Tutorial: Add documentation on Package helper functions
Add documentation for the configure_package_config_file() and write_basic_package_version_file() commands. Update the comment for the installation of those files to allow a stopping point for the code display. Issue: #22663
Diffstat (limited to 'Help/guide/tutorial/Step12')
-rw-r--r--Help/guide/tutorial/Step12/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Step12/CMakeLists.txt b/Help/guide/tutorial/Step12/CMakeLists.txt
index 1b0c826..6c51b29 100644
--- a/Help/guide/tutorial/Step12/CMakeLists.txt
+++ b/Help/guide/tutorial/Step12/CMakeLists.txt
@@ -107,7 +107,7 @@ write_basic_package_version_file(
COMPATIBILITY AnyNewerVersion
)
-# install the configuration file
+# install the generated configuration files
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/MathFunctionsConfig.cmake
${CMAKE_CURRENT_BINARY_DIR}/MathFunctionsConfigVersion.cmake