From dfb47335dafc4be5df67a212b3911f65c35607fa Mon Sep 17 00:00:00 2001
From: Alexander Pivovarov <apivovarov@gmail.com>
Date: Tue, 20 Apr 2021 13:39:34 -0700
Subject: [PATCH] Tutorial: Step12 install MathFunctionsConfigVersion.cmake

---
 Help/guide/tutorial/Step12/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Help/guide/tutorial/Step12/CMakeLists.txt b/Help/guide/tutorial/Step12/CMakeLists.txt
index eca79d9df7..1b0c82667f 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
   )
 
-- 
GitLab