diff options
author | Christophe Giboudeaux <cgiboudeaux@gmx.com> | 2011-04-12 13:41:44 +0200 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmx.com> | 2011-04-12 13:41:44 +0200 |
commit | 93d1e0b2ca4536e55170a1465a4ef0a63b7b285f (patch) | |
tree | b5f9154d77fe0618688f203d6d40fba229f01d23 /modules | |
parent | aa61ecc62c91611f482e20ce0e58207c116b2858 (diff) | |
download | extra-cmake-modules-93d1e0b2ca4536e55170a1465a4ef0a63b7b285f.tar.gz extra-cmake-modules-93d1e0b2ca4536e55170a1465a4ef0a63b7b285f.tar.bz2 |
Find Hunspell 1.3
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindHUNSPELL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindHUNSPELL.cmake b/modules/FindHUNSPELL.cmake index 30f37730..9ed944ff 100644 --- a/modules/FindHUNSPELL.cmake +++ b/modules/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.2) +FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.2 hunspell-1.3) # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if # all listed variables are TRUE |