2017-04-07 01:24:52 +00:00
|
|
|
--- a/cmake/modules/FindHUNSPELL.cmake
|
|
|
|
+++ b/cmake/modules/FindHUNSPELL.cmake
|
|
|
|
@@ -9,7 +9,7 @@
|
|
|
|
#Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries
|
|
|
|
|
|
|
|
FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
|
|
|
|
-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
|
2018-11-13 15:28:52 +00:00
|
|
|
+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.7 hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
|
2017-04-07 01:24:52 +00:00
|
|
|
|
|
|
|
INCLUDE(FindPackageHandleStandardArgs)
|
|
|
|
# handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE
|
|
|
|
|