From: Kornel Benko Date: Wed, 12 Jun 2019 17:29:46 +0000 (+0200) Subject: Amend c3484fa6, adapt cmake-build to new hunspell-version X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=09982580315c1e926bd9ec3af1ab5da863f50766;p=features.git Amend c3484fa6, adapt cmake-build to new hunspell-version --- 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)