mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
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:
committed by
Brad King
parent
d3f9f5120c
commit
7abb12c826
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user