From 09982580315c1e926bd9ec3af1ab5da863f50766 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 12 Jun 2019 19:29:46 +0200 Subject: [PATCH] Amend c3484fa6, adapt cmake-build to new hunspell-version --- 3rdparty/hunspell/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/hunspell/CMakeLists.txt b/3rdparty/hunspell/CMakeLists.txt index 9dbb56cd79..dfa9a287c0 100644 --- a/3rdparty/hunspell/CMakeLists.txt +++ b/3rdparty/hunspell/CMakeLists.txt @@ -7,7 +7,7 @@ endif() project(hunspell) -set(HUNSPELL_VERSION 1.6.2) +set(HUNSPELL_VERSION 1.7.0) set(SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/${HUNSPELL_VERSION}/src) -- 2.39.5