blob: 28bd16af99196dd90533c691d757531171b8c4c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- SpellChecker/CMakeLists.txt.orig 2016-07-07 05:54:58 UTC
+++ SpellChecker/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6.2)
find_library(LIBHUNSPELL
# Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name
- NAMES hunspell hunspell-1.3
+ NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell
PATH_SUFFIXES lib)
find_path( HUNSPELL_H
|