-
Notifications
You must be signed in to change notification settings - Fork 24
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
Test on Ubuntu 20.04 #3
Comments
cmake-gui 3.23.... |
I would recommend using update alternatives to temporarily set the default cmake version used. This way you could have multiple versions of cmake installed. |
You can use sudo snap install cmake -- classic, and then use cmake-gui. In this way, you can also configure open3d, and finally make, This will not affect the cmake version in the original system |
have you success finally?which version of open3d have you installed?Thanks |
Have you tested on Ubuntu 20.04? When I install it, third-party libs like open3d cannot be installed using apt. When I build from the source of open3d, it needs cmake version above 3.19.2. However, if I remove cmake 3.16, my other projects need to reconfigure. Do you have any idea?
The text was updated successfully, but these errors were encountered: