r21736 by craig - Add hunspell 1.6 to cmake locator module
scribus-commit
scribus-commit at lists.scribus.net
Thu Jan 19 21:05:17 UTC 2017
Author: craig
Date: Thu Jan 19 21:05:17 2017
New Revision: 21736
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21736
Log:
Add hunspell 1.6 to cmake locator module
Modified:
trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
Modified: trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21736&path=/trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
==============================================================================
--- trunk/Scribus/cmake/modules/FindHUNSPELL.cmake (original)
+++ trunk/Scribus/cmake/modules/FindHUNSPELL.cmake Thu Jan 19 21:05:17 2017
@@ -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.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
+find_library(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
include(FindPackageHandleStandardArgs)
# handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE
More information about the scribus-commit
mailing list