BUILD: correctly transfer cmake GDAL args to disable spatialite
- Jun 03, 2024
-
-
Tristan Laurent authored
-
- May 31, 2024
-
-
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.
-