r21741 by craig - Move only to new hunspell API for hunspell greater than 1.4
scribus-commit
scribus-commit at lists.scribus.net
Mon Jan 23 20:19:46 UTC 2017
Author: craig
Date: Mon Jan 23 20:19:46 2017
New Revision: 21741
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21741
Log:
Move only to new hunspell API for hunspell greater than 1.4
Modified:
trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
Modified: trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21741&path=/trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
==============================================================================
--- trunk/Scribus/cmake/modules/FindHUNSPELL.cmake (original)
+++ trunk/Scribus/cmake/modules/FindHUNSPELL.cmake Mon Jan 23 20:19:46 2017
@@ -26,7 +26,7 @@
string(REGEX MATCH "1\.([1-6])\.." HUNSPELL_MATCH ${HUNSPELL_VERSION})
#set(HUNSPELL_MINOR_VERSION ${CMAKE_MATCH_1})
-if(CMAKE_MATCH_1 GREATER 3)
+if(CMAKE_MATCH_1 GREATER 4)
set(HUNSPELL_NEWAPI 1)
message(STATUS "New HUNSPELL API found")
endif()
More information about the scribus-commit
mailing list