Skip to content
Snippets Groups Projects

BUILD: correctly transfer cmake GDAL args to disable spatialite

Merged Tristan Laurent requested to merge fix-gdal-build-2-libproj into develop
  1. Jun 03, 2024
  2. May 31, 2024
    • Tristan Laurent's avatar
      BUILD: correctly transfer cmake GDAL args to disable spatialite · 9070f723
      Tristan Laurent authored
      Cmake arguments were not transfered due to options not used as cmake list. Thus
      when spatialite was installed, gdal automatically detects it.
      As spatialite can use a system libproj which can be different to the one we use
      it creates a gdal lib linked with the two libproj. This lead to lib symbols errors
      during runtime.
      9070f723
Loading