[cmake-commits] hoffman committed FindASPELL.cmake 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 12 11:00:37 EDT 2007


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

Modified Files:
	FindASPELL.cmake 
Log Message:
BUG: fix for bug 0005871 


Index: FindASPELL.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindASPELL.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- FindASPELL.cmake	23 Jul 2007 13:49:52 -0000	1.3
+++ FindASPELL.cmake	12 Oct 2007 15:00:35 -0000	1.4
@@ -19,7 +19,7 @@
 
 FIND_PATH(ASPELL_INCLUDE_DIR aspell.h )
 
-FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15)
+FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15 libaspell-15 libaspell)
 
 # handle the QUIETLY and REQUIRED arguments and set ASPELL_FOUND to TRUE if 
 # all listed variables are TRUE



More information about the Cmake-commits mailing list