From 7a02c02c18ba86b70f739f6ff204ccf7255cd3b3 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sat, 7 Mar 2020 13:51:50 +0100 Subject: [PATCH] Cmake build: Amend b399cfc7 Re-allow also the previous include, so that it is now possible to use #include and also #include --- 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 c69093848f..663f5ad3b3 100644 --- a/3rdparty/hunspell/CMakeLists.txt +++ b/3rdparty/hunspell/CMakeLists.txt @@ -58,7 +58,7 @@ add_definitions(-DHUNSPELL_STATIC) add_library(hunspell STATIC ${HEADERS} ${SRCS} ${HUNCONFIG}) set(HUNSPELL_LIBRARY hunspell CACHE STRING "Hunspell library" FORCE) -set(HUNSPELL_INCLUDE_DIR "${SRCDIR}/hunspell" CACHE STRING "Hunspell include dir" FORCE) +set(HUNSPELL_INCLUDE_DIR "${SRCDIR}/hunspell;${SRCDIR}" CACHE STRING "Hunspell include dirs" FORCE) set(HUNSPELL_FOUND CACHE STRING "Hunspell found" FORCE) set_target_properties(hunspell PROPERTIES -- 2.39.5