Hi,
I need to build GDAL with PROJ support as cmake external project
(ExternalProject_Add).
When building GDAL as SHARED library I need to build SHARED PROJ and PROJ
depends on Sqlite3. That means that Sqlite3 should also be built as SHARED
library but I can’t find a way to build SHARED Sqlite3 (via
Sqlite3-amalgamation ) with CMake.
Actually my project already includes STATIC Sqlite3. So I’m thinking to build
PROJ and GDAL statically is that possible (GDAL with PROJ support)?
If anybody has idea please share it.
Best regards
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev