[Cmake-commits] [cmake-commits] hoffman committed FindEXPAT.cmake 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 18 21:53:58 EST 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv7063

Modified Files:
	FindEXPAT.cmake 
Log Message:
BUG: fix for #8298 look for libexpat as well


Index: FindEXPAT.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindEXPAT.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** FindEXPAT.cmake	25 Nov 2007 13:20:05 -0000	1.4
--- FindEXPAT.cmake	19 Dec 2008 02:53:56 -0000	1.5
***************
*** 10,14 ****
  
  # Look for the library.
! FIND_LIBRARY(EXPAT_LIBRARY NAMES expat)
  
  # handle the QUIETLY and REQUIRED arguments and set EXPAT_FOUND to TRUE if 
--- 10,14 ----
  
  # Look for the library.
! FIND_LIBRARY(EXPAT_LIBRARY NAMES expat libexpat)
  
  # handle the QUIETLY and REQUIRED arguments and set EXPAT_FOUND to TRUE if 



More information about the Cmake-commits mailing list