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:
Stephan Witt 2016-01-09 14:31:36 +01:00
parent 0f18746bc0
commit 34cbec9074

View File

@ -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)