summaryrefslogtreecommitdiffstats
path: root/Help/guide
diff options
context:
space:
mode:
authorAlexander Pivovarov <apivovarov@gmail.com>2021-04-20 20:39:34 (GMT)
committerAlexander Pivovarov <apivovarov@gmail.com>2021-04-20 20:43:13 (GMT)
commitdfb47335dafc4be5df67a212b3911f65c35607fa (patch)
treeea090a77984928ba7d0f4c2a4c2f87cf91cde058 /Help/guide
parent63ffe210365ce2d1dd67fcabcc67e20913f320a8 (diff)
downloadCMake-dfb47335dafc4be5df67a212b3911f65c35607fa.zip
CMake-dfb47335dafc4be5df67a212b3911f65c35607fa.tar.gz
CMake-dfb47335dafc4be5df67a212b3911f65c35607fa.tar.bz2
Tutorial: Step12 install MathFunctionsConfigVersion.cmake
Diffstat (limited to 'Help/guide')
-rw-r--r--Help/guide/tutorial/Step12/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step12/CMakeLists.txt b/Help/guide/tutorial/Step12/CMakeLists.txt
index eca79d9..1b0c826 100644
--- a/Help/guide/tutorial/Step12/CMakeLists.txt
+++ b/Help/guide/tutorial/Step12/CMakeLists.txt
@@ -110,6 +110,7 @@ write_basic_package_version_file(
# install the configuration file
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/MathFunctionsConfig.cmake
+ ${CMAKE_CURRENT_BINARY_DIR}/MathFunctionsConfigVersion.cmake
DESTINATION lib/cmake/MathFunctions
)