mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Cmake build: Amend b399cfc7
Re-allow also the previous include, so that it is now possible to use #include <hunspell.hxx> and also #include <hunspell/hunspell.hxx>
This commit is contained in:
parent
348a3be540
commit
7a02c02c18
2
3rdparty/hunspell/CMakeLists.txt
vendored
2
3rdparty/hunspell/CMakeLists.txt
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user