summaryrefslogtreecommitdiff
path: root/Modules/FindASPELL.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-10-12 11:00:35 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2007-10-12 11:00:35 -0400
commite808f81f90313a5d1548180b0b10432d8346d95e (patch)
treeca9d9703900ac05df5cc0c089cbea18f25df96bf /Modules/FindASPELL.cmake
parent79d9041d8156720d7639cb72ba8e6d98af9264d8 (diff)
downloadcmake-e808f81f90313a5d1548180b0b10432d8346d95e.tar.gz
BUG: fix for bug 0005871
Diffstat (limited to 'Modules/FindASPELL.cmake')
-rw-r--r--Modules/FindASPELL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindASPELL.cmake b/Modules/FindASPELL.cmake
index 69036e888b..d43ea9d8e2 100644
--- a/Modules/FindASPELL.cmake
+++ b/Modules/FindASPELL.cmake
@@ -19,7 +19,7 @@ ENDIF (ASPELL_INCLUDE_DIR AND ASPELL_LIBRARIES)
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