mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 05:19:01 +08:00
Merge pull request #5220 from ShinNoNoir/libgeotiff-fix-proj4-dep
[libgeotiff] Debug version gets incorrectly linked with release version of PROJ4
This commit is contained in:
commit
f7672fbf6d
@ -1,4 +1,4 @@
|
||||
Source: libgeotiff
|
||||
Version: 1.4.2-6
|
||||
Version: 1.4.2-7
|
||||
Description: Libgeotiff is an open source library normally hosted on top of libtiff for reading, and writing GeoTIFF information tags.
|
||||
Build-Depends: tiff, proj4, zlib, libjpeg-turbo
|
||||
|
@ -21,6 +21,9 @@ vcpkg_extract_source_archive_ex(
|
||||
0006-Fix-utility-link-error.patch
|
||||
)
|
||||
|
||||
# Delete FindPROJ4.cmake
|
||||
file(REMOVE ${SOURCE_PATH}/cmake/FindPROJ4.cmake)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
|
Loading…
Reference in New Issue
Block a user