From c06badd8d431583071cad638fea082ca0776a0a3 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 22 Jun 2011 22:23:40 +0200 Subject: =?UTF-8?q?Apply=20patch=20by=20Tom=C3=A1=C5=A1=20Chv=C3=A1tal=20t?= =?UTF-8?q?o=20fix=20hunspell-1.3=20detection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...when hunspell-1.2 is installed too. REVIEW: 101484 --- modules/FindHUNSPELL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindHUNSPELL.cmake b/modules/FindHUNSPELL.cmake index 9ed944ff..26942b56 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 hunspell-1.3) +FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES 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 v1.2.1