aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
199 stars 68 forks source link

change "print get_python_lib()" to "print(get_python_lib())" in CMakeLists.txt #30

Closed esigra closed 6 years ago

esigra commented 6 years ago

I had to change "print get_python_lib()" to "print(get_python_lib())" in CMakeLists.txt so that cmake would complete.

(I am trying to use openvoronoi to construct land ownership borders according to jordabalken 1 kap. 5 §, see [https://www.riksdagen.se/sv/dokument-lagar/dokument/svensk-forfattningssamling/jordabalk-1970994_sfs-1970-994#K1].)

aewallin commented 6 years ago

I committed this change. closing issue.