aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Shaymagsumov <shaymagsumov@gmail.com>2018-11-29 17:21:19 +0300
committerRenat Shaymagsumov <shaymagsumov@gmail.com>2018-11-29 17:21:19 +0300
commit71f060f4a17525c95791c5dc41e231d8b85decb1 (patch)
tree643b130e0382e5a0ed0c5d64c84b5516f8945f42
parent09103d12a02ac588fe875235c3661ad4bc8cd46a (diff)
downloadvcpkg-71f060f4a17525c95791c5dc41e231d8b85decb1.tar.gz
vcpkg-71f060f4a17525c95791c5dc41e231d8b85decb1.zip
[devil] Fix 'tiff' option name.
-rw-r--r--ports/devil/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/devil/portfile.cmake b/ports/devil/portfile.cmake
index e49507386..7fd17630c 100644
--- a/ports/devil/portfile.cmake
+++ b/ports/devil/portfile.cmake
@@ -20,7 +20,7 @@ if("libpng" IN_LIST FEATURES)
endif()
set(IL_NO_TIF 1)
-if("libtiff" IN_LIST FEATURES)
+if("tiff" IN_LIST FEATURES)
set(IL_NO_TIF 0)
endif()