Amend c3484fa6, adapt cmake-build to new hunspell-version

(cherry picked from commit cf980435b1)
This commit is contained in:
Kornel Benko 2019-06-12 19:29:46 +02:00 committed by Jean-Marc Lasgouttes
parent 02e81304d7
commit 3e238b6c99

View File

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
project(hunspell)
set(HUNSPELL_VERSION 1.6.2)
set(HUNSPELL_VERSION 1.7.0)
set(SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/${HUNSPELL_VERSION}/src)