This repository was archived by the owner on Feb 26, 2025. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In
CMake\HighFiveTargetDeps.cmakethe 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})afterFetchContenting Eigen will raise the complaintBeta Was this translation helpful? Give feedback.
All reactions