Author: craig
Date: Fri Dec  9 23:10:19 2016
New Revision: 21622

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21622
Log:
#14421: Add hunspell 1.5 searching to cmake 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=21622&path=/trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
==============================================================================
--- trunk/Scribus/cmake/modules/FindHUNSPELL.cmake      (original)
+++ trunk/Scribus/cmake/modules/FindHUNSPELL.cmake      Fri Dec  9 23:10:19 2016
@@ -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.4 hunspell-1.3 hunspell-1.2 
PATHS /opt/local/lib /usr/local/lib /usr/lib )
+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 )
 
 include(FindPackageHandleStandardArgs)
 # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE


_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit

Reply via email to