mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-22 07:25:02 +08:00
Tutorial: Make INSTALL_DESTINATION
consistent with installed destination
This commit is contained in:

committed by
Brad King

parent
da22b269b2
commit
4d56db038d
@@ -97,7 +97,7 @@ include(CMakePackageConfigHelpers)
|
||||
# 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"
|
||||
INSTALL_DESTINATION "lib/cmake/MathFunctions"
|
||||
NO_SET_AND_CHECK_MACRO
|
||||
NO_CHECK_REQUIRED_COMPONENTS_MACRO
|
||||
)
|
||||
|
Reference in New Issue
Block a user