mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-06 05:52:49 +08:00
[devil] Fix 'tiff' option name.
This commit is contained in:
parent
09103d12a0
commit
71f060f4a1
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user