mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
fix build for 3rdparty dir out of src/
This commit is contained in:
parent
3bd2cfecf0
commit
a3646a42a9
@ -613,7 +613,7 @@ set(Spelling_FOUND OFF)
|
|||||||
set(Include_used_spellchecker) # String will be inserted into config.h
|
set(Include_used_spellchecker) # String will be inserted into config.h
|
||||||
|
|
||||||
if(LYX_3RDPARTY_BUILD)
|
if(LYX_3RDPARTY_BUILD)
|
||||||
add_subdirectory(src/3rdparty/hunspell)
|
add_subdirectory(3rdparty/hunspell)
|
||||||
add_definitions(-DHUNSPELL_STATIC)
|
add_definitions(-DHUNSPELL_STATIC)
|
||||||
set(HUNSPELL_FOUND ON)
|
set(HUNSPELL_FOUND ON)
|
||||||
message(STATUS " * Hunspell:")
|
message(STATUS " * Hunspell:")
|
||||||
@ -679,9 +679,9 @@ if(UNIX)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(LYX_3RDPARTY_BUILD)
|
if(LYX_3RDPARTY_BUILD)
|
||||||
add_subdirectory(src/3rdparty/libiconv)
|
add_subdirectory(3rdparty/libiconv)
|
||||||
set(HAVE_ICONV_CONST 1)
|
set(HAVE_ICONV_CONST 1)
|
||||||
add_subdirectory(src/3rdparty/zlib)
|
add_subdirectory(3rdparty/zlib)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user