Skip to content
Snippets Groups Projects
Commit 1d7abefd authored by Fabian Reister's avatar Fabian Reister
Browse files

cmake: eigen include fix

parent aa456a85
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 ")
armarx_add_component("${SOURCES}" "${HEADERS}")
if(Eigen3_FOUND)
target_include_directories(EarlyVisionGraph SYSTEM PUBLIC ${Eigen3_INCLUDE_DIR})
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