Skip to content

Fix error: This compiler appears to be too old to be supported by Eigen#609

Open
daizhirui wants to merge 2 commits into
flexible-collision-library:masterfrom
daizhirui:master
Open

Fix error: This compiler appears to be too old to be supported by Eigen#609
daizhirui wants to merge 2 commits into
flexible-collision-library:masterfrom
daizhirui:master

Conversation

@daizhirui
Copy link
Copy Markdown

@daizhirui daizhirui commented Sep 28, 2023

  1. When Eigen is installed from source, the latest Eigen requires C++>=14. So, -std=c++11 is removed from the CMakeModules/CompilerSettings.cmake. And CMAKE_CXX_STANDARD is changed to 17.
  2. When using GNU13, cassert is required to include explicitly when assert is used.

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant