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

Trying to fix Eigen include issue by changing the wolfcoreTargets.cmake location

parent 934690fb
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10073 failed
...@@ -446,7 +446,9 @@ ENDIF(BUILD_DEMOS) ...@@ -446,7 +446,9 @@ ENDIF(BUILD_DEMOS)
INSTALL(TARGETS ${PLUGIN_NAME} EXPORT ${PLUGIN_NAME}Targets INSTALL(TARGETS ${PLUGIN_NAME} EXPORT ${PLUGIN_NAME}Targets
RUNTIME DESTINATION bin RUNTIME DESTINATION bin
LIBRARY DESTINATION lib LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib) ARCHIVE DESTINATION lib
)
install(EXPORT ${PLUGIN_NAME}Targets DESTINATION lib/${PLUGIN_NAME}/cmake)
# Configure the package installation # Configure the package installation
...@@ -470,7 +472,7 @@ install( ...@@ -470,7 +472,7 @@ install(
) )
install(EXPORT ${PLUGIN_NAME}Targets DESTINATION lib/cmake/${PLUGIN_NAME})
#install headers #install headers
INSTALL(FILES ${HDRS_CAPTURE} INSTALL(FILES ${HDRS_CAPTURE}
DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}/capture) DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}/capture)
......
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