FindDevIL: Make the ILUT library optional

Some distributions (such as ArchLinux) have only the IL and ILU
libraries and since these are mainly used, the module should succeed
even though ILUT was not found.  Removed it from the FPHSA() macro call,
making it effectively optional.
This commit is contained in:
Vladimír Vondruš
2016-11-24 12:40:22 +01:00
committed by Brad King
parent d3f9f5120c
commit 7abb12c826

View File

@@ -69,4 +69,4 @@ find_library(ILU_LIBRARIES
FIND_PACKAGE_HANDLE_STANDARD_ARGS(DevIL DEFAULT_MSG
IL_LIBRARIES ILU_LIBRARIES
ILUT_LIBRARIES IL_INCLUDE_DIR)
IL_INCLUDE_DIR)