Replies: 1 comment
-
A think a similar issue is encountered in #766. A solution would be to add the HighFive sources to your project without performing the for one example for how this could be done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
CMake\HighFiveTargetDeps.cmake
the relevant command for including Eigen istarget_include_directories(libdeps SYSTEM INTERFACE ${EIGEN3_INCLUDE_DIRS})
. This seems to prevent including Eigen in the same project, as doing so byset(EIGEN3_INCLUDE_DIRS ${eigen_SOURCE_DIR})
afterFetchContent
ing Eigen will raise the complaintBeta Was this translation helpful? Give feedback.
All reactions