Git commit f9fed4dea08f99432111cb3ed89b1783ba2bc64b by Nick Shaforostoff. Committed on 21/11/2016 at 11:09. Pushed by shaforo into branch 'master'. BUG: 363278 improve cmake hunspell search M +1 -1 cmake/FindHUNSPELL.cmake http://commits.kde.org/lokalize/f9fed4dea08f99432111cb3ed89b1783ba2bc64b diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake index eca3cc1..ae8e564 100644 --- a/cmake/FindHUNSPELL.cmake +++ b/cmake/FindHUNSPELL.cmake @@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) = FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) = -FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1= .4 hunspell-1.3 hunspell-1.2) +FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1= .4.1 hunspell-1.4 hunspell-1.3 hunspell-1.2 hunspell) = # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE= if = # all listed variables are TRUE