From: Stephan Witt Date: Sat, 9 Jan 2016 13:31:36 +0000 (+0100) Subject: remove unused minizip include; avoid putting zlib include dir before others, this... X-Git-Tag: 2.2.0beta1~230 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=34cbec9074c384e5eaa57e5a4fb1092a52605bce;p=features.git 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 --- diff --git a/src/tex2lyx/CMakeLists.txt b/src/tex2lyx/CMakeLists.txt index 09bcc2bf36..04cbdfe8e9 100644 --- a/src/tex2lyx/CMakeLists.txt +++ b/src/tex2lyx/CMakeLists.txt @@ -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)