Re: [gdal-dev] cmake ignores EXPAT_INCLUDE_DIR & EXPAT_LIBRARY

2022-07-07 Thread Kai Pastor, DG0YT
Am 08.07.22 um 02:38 schrieb Nik Sands: == -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: EXPAT_INCLUDE_DIR EXPAT_LIBRARY -- Build files have been written to: ... == Why would it be ignoring these a

[gdal-dev] cmake ignores EXPAT_INCLUDE_DIR & EXPAT_LIBRARY

2022-07-07 Thread Nik Sands
Hi GDAL devs, I’ve built GDAL 3.5 for iOS (device and simulator) but I’ve found that when incorporating libgdal into my iOS app, there are several errors related to undefined symbols, all of which are XML related. My guess is that the libexpat included in Apple’s SDK is missing some symbols th