From c0898867d7d990f1dd558d3b9bc7060f7efd277a Mon Sep 17 00:00:00 2001 From: maek Date: Thu, 27 Jul 2017 23:22:36 +0100 Subject: [PATCH] Fix build for Windows when using CMake --- tools/quake3/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/quake3/CMakeLists.txt b/tools/quake3/CMakeLists.txt index a3673431..511162a3 100644 --- a/tools/quake3/CMakeLists.txt +++ b/tools/quake3/CMakeLists.txt @@ -124,8 +124,8 @@ target_link_libraries(q3map2 ${JPEG_LIBRARIES} ${PNG_LIBRARIES} ${LIBXML2_LIBRARIES} - ${ZLIB_LIBRARIES} ${MINIZIP_LIBRARIES} + ${ZLIB_LIBRARIES} ddslib etclib filematch @@ -160,8 +160,8 @@ radiant_tool(q3data target_link_libraries(q3data ${GLIB_LIBRARIES} ${LIBXML2_LIBRARIES} - ${ZLIB_LIBRARIES} ${MINIZIP_LIBRARIES} + ${ZLIB_LIBRARIES} filematch etclib l_net -- 2.39.2