commit 34cbec9074c384e5eaa57e5a4fb1092a52605bce
Author: Stephan Witt <[email protected]>
Date: Sat Jan 9 14:31:36 2016 +0100
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 09bcc2b..04cbdfe 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)