]> git.lyx.org Git - lyx.git/commitdiff
remove unused minizip include; avoid putting zlib include dir before others, this...
authorStephan Witt <switt@lyx.org>
Sat, 9 Jan 2016 13:31:36 +0000 (14:31 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 10 Jan 2016 17:06:15 +0000 (18:06 +0100)
src/tex2lyx/CMakeLists.txt

index 09bcc2bf3625dc2d6ede7c32b6a34b80598b6410..04cbdfe8e970d83c4b2bb1bb53dd8519115c2d4d 100644 (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)