diff options
Diffstat (limited to 'Modules/FindASPELL.cmake')
-rw-r--r-- | Modules/FindASPELL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindASPELL.cmake b/Modules/FindASPELL.cmake index 69036e8..d43ea9d 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 |