mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Remove references to remowed hunspell directories
Amends d04a8cf5
This commit is contained in:
parent
d04a8cf58f
commit
bce49b877e
2
3rdparty/hunspell/CMakeLists.txt
vendored
2
3rdparty/hunspell/CMakeLists.txt
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user