mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[tiff] Changed library linkage to static. (#5766)
This commit is contained in:
parent
dc970afe34
commit
6e8725ba64
@ -1,4 +1,4 @@
|
||||
Source: tiff
|
||||
Version: 4.0.10-3
|
||||
Version: 4.0.10-4
|
||||
Build-Depends: zlib, libjpeg-turbo, liblzma (!uwp)
|
||||
Description: A library that supports the manipulation of TIFF image files
|
||||
|
@ -2,6 +2,8 @@ include(vcpkg_common_functions)
|
||||
|
||||
set(LIBTIFF_VERSION 4.0.10)
|
||||
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "http://download.osgeo.org/libtiff/tiff-${LIBTIFF_VERSION}.tar.gz"
|
||||
FILENAME "tiff-${LIBTIFF_VERSION}.tar.gz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user