CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
346 stars 93 forks source link

Switch calls to find_package(PythonInterp) and find_package(PythonLibs) to avoid linking with wrong python #81

Closed edisongustavo closed 7 years ago

edisongustavo commented 7 years ago

The cmake documentation (https://cmake.org/cmake/help/v3.5/module/FindPythonLibs.html) says that: "If calling both find_package(PythonInterp) and find_package(PythonLibs), call find_package(PythonInterp) first to get the currently active Python version by default with a consistent version of PYTHON_LIBRARIES."