mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
b7d5f8cbee
The GeoTIFF library ships with its own FindPROJ4.cmake module. This file interferes with the cmake files that are installed by vcpkg for the PROJ4 package. As a result, the debug version of libgeotiff gets incorrectly linked to the release version of PROJ4. By removing FindPROJ4.cmake from the source directory, the vcpkg's .cmake files are used instead, allowing CMake to find the debug version of PROJ4 when building the debug version of libgeotiff. |
||
---|---|---|
.. | ||
0001-Updates-to-CMake-configuration-to-align-with-other-C.patch | ||
0002-Fix-directory-output.patch | ||
0004-Fix-libxtiff-installation.patch | ||
0005-Control-shared-library-build-with-option.patch | ||
0006-Fix-utility-link-error.patch | ||
CONTROL | ||
portfile.cmake |