This commit is contained in:
parent
fd8a5ec90b
commit
cbde91d52a
@ -1,24 +0,0 @@
|
||||
From b077be472324550b2f3c7264b9efd51115b069ce Mon Sep 17 00:00:00 2001
|
||||
From: Pino Toscano <pino@kde.org>
|
||||
Date: Sat, 31 Dec 2016 12:06:57 +0100
|
||||
Subject: cmake: look for hunspell-1.6 as well
|
||||
|
||||
---
|
||||
cmake/FindHUNSPELL.cmake | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake
|
||||
index d5ed183..545dc61 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-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
|
||||
+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
|
||||
|
||||
# handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
|
||||
# all listed variables are TRUE
|
||||
--
|
||||
cgit v0.11.2
|
Loading…
Reference in New Issue
Block a user