[gdal-dev] About installing EXPAT

Kai Pastor, DG0YT dg0yt at darc.de
Sat Sep 30 01:10:16 PDT 2023


Am 29.09.23 um 16:20 schrieb Abel Pau via gdal-dev:
> I add next two lines below (ODBC is not in vcpkg?)
>
> list(APPENDCMAKE_PREFIX_PATH "C:/dev/vcpkg/vcpkg/installed")
>
> set(ODBCCPP_INCLUDE_DIR "D:/GitHub-repository/odbc-cpp-wrapper/src")
>
Note that vcpkg's CMake integration requires using vcpkg's CMake 
toolchain file (but you can chainload another toolchain file). In 
particular, the toolchain file integrates vcpkg's wrappers for CMake's 
Find modules. Without those wrappers, some dependencies won't be found, 
or release/debug libraries may mix unexpectedly.

https://learn.microsoft.com/en-us/vcpkg/users/buildsystems/cmake-integration

Kai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20230930/5e8287f7/attachment-0001.htm>


More information about the gdal-dev mailing list