[go: up one dir, main page]

CMake minimum required language standard missing

Eigen 5.0.0 requires at least C++14 but does not set the language standard as a transitive requirement for its CMake import target. This can result in compile errors if the consuming projects rely on an older language standard.