Skip to content
Snippets Groups Projects
Commit cc85eac1 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Wrong destimation for .cmake fixed

parent ed9d19fd
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10033 failed
......@@ -503,7 +503,7 @@ set(LIB_INSTALL_DIR lib/ CACHE )
configure_package_config_file(
${CMAKE_SOURCE_DIR}/cmake_modules/${PLUGIN_NAME}Config.cmake.in
${CMAKE_SOURCE_DIR}/cmake_modules/${PLUGIN_NAME}Config.cmake
${CMAKE_CURRENT_BINARY_DIR}/cmake_modules/${PLUGIN_NAME}Config.cmake
INSTALL_DESTINATION ${LIB_INSTALL_DIR}/${PLUGIN_NAME}/cmake
PATH_VARS INCLUDE_INSTALL_DIR LIB_INSTALL_DIR)
......
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