aewallin / opencamlib

open source computer aided manufacturing algorithms library
http://www.anderswallin.net/CAM
GNU Lesser General Public License v2.1
402 stars 136 forks source link

dependancy on current cmake for python 3 #70

Closed ErichBSchulz closed 5 years ago

ErichBSchulz commented 5 years ago

An FYI for others struggling to compile on a python 3 version.

I failed all afternoon until I upgraded my cmake.

cmake 3.10 was broken, but cmake 3.14 worked

aewallin commented 5 years ago

In the cmake-files I have now bumped the minimum version required to 3.14. this does require using the kitware PPA to get the latest cmake on my 18.04LTS machine.

closing this - open new issues if there are still problems - thanks.