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

cmake 3.20 not supportet (yet) by recent Ubuntu #37838

Closed
caco3 opened this issue Aug 20, 2021 · 5 comments
Closed

cmake 3.20 not supportet (yet) by recent Ubuntu #37838

caco3 opened this issue Aug 20, 2021 · 5 comments
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@caco3
Copy link
Contributor

caco3 commented Aug 20, 2021

You updated the requirement for cmake to 3.20 in 1cccc8a

How ever not even Ubuntu 21.04 provides this version, see https://packages.ubuntu.com/search?keywords=cmake

It seems not wise to set the requirement highter than currently provided by recent distros!

@caco3 caco3 added the bug The issue is a bug, or the PR is fixing a bug label Aug 20, 2021
@caco3
Copy link
Contributor Author

caco3 commented Aug 20, 2021

@carlescufi FYI

@de-nordic
Copy link
Collaborator

You should be able to update cmake via pip3 to the 3.20 version.

@caco3
Copy link
Contributor Author

caco3 commented Aug 20, 2021

3.20 only got released in March 2021, so its still pritty new!

https://blog.kitware.com/cmake-3-20-0-available-for-download/

@de-nordic
Copy link
Collaborator

I got mine updated, via pip3 install -U cmake to

$$ cmake --version
cmake version 3.21.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).

@caco3
Copy link
Contributor Author

caco3 commented Aug 20, 2021

You should be able to update cmake via pip3 to the 3.20 version.

Thanks, I was not aware that cmake is also a Python based tool.

@caco3 caco3 closed this as completed Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

2 participants