Skip to content
Snippets Groups Projects
Commit a50a9210 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

cmake: fix argument for configure_package_config_file

parent 53f3a946
No related branches found
No related tags found
1 merge request!50Refactor CMake scripts
......@@ -51,7 +51,7 @@ include(CMakePackageConfigHelpers)
configure_package_config_file(
${PROJECT_SOURCE_DIR}/cmake/config.cmake.in
${PROJECT_BINARY_DIR}/mtime-config.cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/mtime/cmake
NO_SET_AND_CHECK_MACRO NO_CHECK_REQUIRED_COMPONENTS_MACRO
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment