BUG: fix for #8298 look for libexpat as well

This commit is contained in:
Bill Hoffman 2008-12-18 21:53:56 -05:00
parent 269ce52ad5
commit 46feb1302c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
FIND_PATH(EXPAT_INCLUDE_DIR NAMES expat.h)
# Look for the library.
FIND_LIBRARY(EXPAT_LIBRARY NAMES expat)
FIND_LIBRARY(EXPAT_LIBRARY NAMES expat libexpat)
# handle the QUIETLY and REQUIRED arguments and set EXPAT_FOUND to TRUE if
# all listed variables are TRUE