Skip to content
Snippets Groups Projects
Verified Commit a657bce1 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix include

parent 9befcdff
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ ENDIF(CPPADCG_FOUND)
# timings-eigen
#
ADD_BENCH(timings-eigen)
TARGET_LINK_LIBRARIES(timings-eigen PUBLIC Eigen3::Eigen)
TARGET_INCLUDE_DIRECTORIES(timings-eigen PUBLIC ${EIGEN3_INCLUDE_DIRS})
# timings-geometry
#
......
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