cyang-kth / fmm

Fast map matching, an open source framework in C++
https://fmm-wiki.github.io/
Apache License 2.0
875 stars 205 forks source link

Fix python deprecations, add include in CMake #266

Closed kraleva closed 9 months ago

kraleva commented 10 months ago

Because of deprecation of distutils.sysconfig.get_python_lib, the CMake configuration had to be updated.

Also, without the include statements, the python CMake was throwing an error and not building.

Also, gdal CXX version could be bumped to something more recent, but still compatible, in order to have a more recent version of boost as well, as suggested here.