]> git.lyx.org Git - features.git/commitdiff
Cmake build: Remove references to remowed hunspell directories
authorKornel Benko <kornel@lyx.org>
Mon, 21 Dec 2020 08:11:48 +0000 (09:11 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 21 Dec 2020 08:11:48 +0000 (09:11 +0100)
Amends d04a8cf5

3rdparty/hunspell/CMakeLists.txt

index 663f5ad3b374a7b134ef8b35f49dd1ddd42d49d1..389524b0d8e7f2970eb48c11cc14df20f001bea6 100644 (file)
@@ -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)