Skip to content
Snippets Groups Projects
Commit fa93e093 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

CMake quick fix make wolf dependant to Eigen via Ceres (not on its own)

parent 60056022
No related branches found
No related tags found
No related merge requests found
Pipeline #3665 passed
......@@ -66,8 +66,8 @@ set(wolf_FOUND TRUE)
# Now we gather all the required dependencies for Wolf
FIND_PACKAGE(Eigen3 3.2.92 REQUIRED)
list(APPEND wolf_INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS})
# FIND_PACKAGE(Eigen3 3.2.92 REQUIRED)
# list(APPEND wolf_INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS})
FIND_PACKAGE(Threads REQUIRED)
list(APPEND wolf_LIBRARIES ${CMAKE_THREAD_LIBS_INIT})
......
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