[devil] Fix 'tiff' option name.

This commit is contained in:
Renat Shaymagsumov 2018-11-29 17:21:19 +03:00
parent 09103d12a0
commit 71f060f4a1

View File

@ -20,7 +20,7 @@ if("libpng" IN_LIST FEATURES)
endif() endif()
set(IL_NO_TIF 1) set(IL_NO_TIF 1)
if("libtiff" IN_LIST FEATURES) if("tiff" IN_LIST FEATURES)
set(IL_NO_TIF 0) set(IL_NO_TIF 0)
endif() endif()