This commit is contained in:
Philip Lowman 2009-08-12 22:40:56 -04:00
parent 1cde761faf
commit 5905f8f6c0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ FIND_PATH(IL_INCLUDE_DIR il.h
#MESSAGE("IL_INCLUDE_DIR is ${IL_INCLUDE_DIR}")
FIND_LIBRARY(IL_LIBRARIES
NAMES IL
NAMES IL DEVIL
PATH_SUFFIXES lib64 lib lib32
DOC "The file that corresponds to the base il library."
)