From bce49b877e8c75259993d09b75bf6e16481e7c68 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 21 Dec 2020 09:11:48 +0100 Subject: [PATCH] Cmake build: Remove references to remowed hunspell directories Amends d04a8cf5 --- 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 663f5ad3b3..389524b0d8 100644 --- a/3rdparty/hunspell/CMakeLists.txt +++ b/3rdparty/hunspell/CMakeLists.txt @@ -15,7 +15,7 @@ set(HUNSPELL_VERSION 1.7.0) set(SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/${HUNSPELL_VERSION}/src) -include_directories(./ ${SRCDIR}/hunspell ${SRCDIR}/parsers ${SRCDIR}/tools) +include_directories(./ ${SRCDIR}/hunspell) if(WIN32) include_directories(${SRCDIR}/win_api)