commit cf980435b12e697b90508924cf0c82dd3c1c0b36
Author: Kornel Benko <[email protected]>
Date: Wed Jun 12 19:29:46 2019 +0200
Amend c3484fa6, adapt cmake-build to new hunspell-version
---
3rdparty/hunspell/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/3rdparty/hunspell/CMakeLists.txt b/3rdparty/hunspell/CMakeLists.txt
index 9dbb56c..dfa9a28 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)