<HTML><BODY><div>Hi,</div><div> </div><div>I need to build GDAL with PROJ support as cmake external project (ExternalProject_Add).</div><div> </div><div>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 <a href="https://github.com/azadkuh/sqlite-amalgamation">Sqlite3-amalgamation</a>)  with CMake. </div><div> </div><div>Actually my project already includes STATIC Sqlite3. So I’m thinking to build PROJ and GDAL statically is that possible (GDAL with PROJ support)? </div><div> </div><div>If anybody has idea please share it.</div><div> </div><div> </div><div>Best regards</div></BODY></HTML>