Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling under Ubuntu 20.04 #116

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

berndpfrommer
Copy link

At the moment compilation of GTSAM fails under Ubuntu 20.04 due to the use of the "master" branch, which is outdated and does not compile under later versions of cmake, see #115

This PR fixes this by using the GTSAM 4.0.3 tag instead of the master branch.
Further, the minimum requirement for cmake is set to 3.5.0 to suppress warning messages related to CMP0048.

Tested to be compiling under Ubuntu 16.04, 18.04, and 20.04.

Will break Ubuntu 14.04 (trusty), which uses cmake 2.8.x. (The workaround is to upgrade cmake:
https://askubuntu.com/questions/610291/how-to-install-cmake-3-2-on-ubuntu)

suuman pushed a commit to suuman/Kimera-VIO-ROS that referenced this pull request Jun 25, 2021
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.

None yet

1 participant