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

Included generated wolfcoreTarget.cmake in the wolfcoreConfig.cmake.in file ->...

Included generated wolfcoreTarget.cmake in the wolfcoreConfig.cmake.in file -> Eigen include issue fixed!
parent 16b84985
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10080 canceled
...@@ -15,4 +15,7 @@ FIND_DEPENDENCY(Ceres REQUIRED) ...@@ -15,4 +15,7 @@ FIND_DEPENDENCY(Ceres REQUIRED)
FIND_DEPENDENCY(Eigen3 3.3 REQUIRED) FIND_DEPENDENCY(Eigen3 3.3 REQUIRED)
FIND_DEPENDENCY(yaml-cpp REQUIRED) FIND_DEPENDENCY(yaml-cpp REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/wolfcoreTargets.cmake")
check_required_components(@PLUGIN_NAME@) check_required_components(@PLUGIN_NAME@)
\ No newline at end of file
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