You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use FetchContent_Populate for Eigen to avoid target collision
Eigen's unsupported/test/ creates a custom target named "autodiff"
which collides with the real autodiff library when both are added
via FetchContent_MakeAvailable. Since Eigen is header-only, use
FetchContent_Populate to download without add_subdirectory, then
create the Eigen3::Eigen target manually.
0 commit comments