Skip to content
Snippets Groups Projects
Commit fde0daf6 authored by Christian Dreher's avatar Christian Dreher
Browse files

Merge branch 'refactor/new_arch' of gitlab.com:ArmarX/RobotAPI into refactor/new_arch

parents 0f181296 4e032f66
No related branches found
No related tags found
No related merge requests found
......@@ -30,5 +30,5 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 ")
armarx_add_component("${SOURCES}" "${HEADERS}")
if(Eigen3_FOUND)
target_include_directories(EarlyVisionGraph SYSTEM PUBLIC ${Eigen3_INCLUDE_DIRS})
target_include_directories(EarlyVisionGraph SYSTEM PUBLIC ${Eigen3_INCLUDE_DIR} ${Eigen3_INCLUDE_DIRS})
endif()
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