mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove 3rdparty-build for iconv and zlib on unix.
This commit is contained in:
parent
1b8067a94b
commit
435db257e6
@ -676,15 +676,14 @@ endif()
|
||||
if(UNIX)
|
||||
find_package(ICONV REQUIRED)
|
||||
find_package(ZLIB REQUIRED)
|
||||
else()
|
||||
if(LYX_3RDPARTY_BUILD)
|
||||
add_subdirectory(3rdparty/libiconv)
|
||||
set(HAVE_ICONV_CONST 1)
|
||||
add_subdirectory(3rdparty/zlib)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(LYX_3RDPARTY_BUILD)
|
||||
add_subdirectory(3rdparty/libiconv)
|
||||
set(HAVE_ICONV_CONST 1)
|
||||
add_subdirectory(3rdparty/zlib)
|
||||
endif()
|
||||
|
||||
|
||||
if(LYX_EXTERNAL_BOOST)
|
||||
message(STATUS "Searching for boost")
|
||||
if(LYX_USE_STD_REGEX)
|
||||
|
Loading…
Reference in New Issue
Block a user