mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove unused minizip include; avoid putting zlib include dir before others, this causes use of external boost headers if they are at the same location
This commit is contained in:
parent
0f18746bc0
commit
34cbec9074
@ -24,9 +24,8 @@ file(GLOB tex2lyx_sources ${TOP_SRC_DIR}/src/tex2lyx/${LYX_CPP_FILES})
|
||||
|
||||
file(GLOB tex2lyx_headers ${TOP_SRC_DIR}/src/tex2lyx/${LYX_HPP_FILES})
|
||||
|
||||
include_directories(BEFORE
|
||||
${TOP_SRC_DIR}/src/tex2lyx
|
||||
${TOP_SRC_DIR}/src/support/minizip
|
||||
include_directories((BEFORE
|
||||
${TOP_SRC_DIR}/src/tex2lyx)
|
||||
${ZLIB_INCLUDE_DIR})
|
||||
|
||||
if(WIN32 AND NOT MINGW)
|
||||
|
Loading…
Reference in New Issue
Block a user