CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
346 stars 93 forks source link

override PYTHON_MODULE_PATH #79

Closed xantares closed 7 years ago

xantares commented 7 years ago

This allows to override PYTHON_MODULE_PATH value, because of the specific windows installation layout: CMAKE_INSTALL_PREFIX must be set to the lib prefix: (eg c:/python27/Library for libs and includes) whereas python site location must be set to c:/python27/Lib/site-packages

xantares commented 7 years ago

hello @sloriot, could you review this change ? it's needed for the conda package

sloriot commented 7 years ago

If the patch is windows specific, it should only apply on windows and should not affect any other platform.

sloriot commented 7 years ago

Actually the patch looks harmless.