mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
609 stars 139 forks source link

Use CMake 3.10.2 on Ubuntu and WSL #279

Closed dan-rigdon-bel closed 3 years ago

dan-rigdon-bel commented 4 years ago

Only use the latest that is easy to install with sudo apt-get. We don't need a later version yet, as far as I know. This should simplify installation instructions.

mcneel-build commented 4 years ago

Linked with RH3DM-101

pearswj commented 4 years ago

I think I was wrong in claiming that the version listed in the CMakeLists.txt files is the minimum. For a while now we've listed 3.12.2 as the minimum in the docs.

https://github.com/mcneel/rhino3dm/blob/f7b5c8cb31d9b66bbc362ea4e4a5a0c7fb3383db/docs/javascript/RHINO3DM-BUILD.JS.md#L16

Would be awesome if it worked though!

sbaer commented 4 years ago

We need at least the version of CMake that creates VS2019 projects.

pearswj commented 4 years ago

I think that means 3.14.0 is the minimum.

pearswj commented 3 years ago

Ubuntu 20.04 LTS provides CMake 16.6.3 via apt so I think we're now fine with the current suggested version in "Current Build Tools" :+1: