From 4f2671d50cf0f8632c9f6e84b884aba5031e4016 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Fri, 3 Jan 2025 09:19:50 +0100 Subject: [PATCH] CMake: Remove unused variable. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7212ea15..2ce9419b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,7 +168,6 @@ endif(WIN32) if(ZLIB_BUILD_SHARED) add_library(zlib SHARED ${ZLIB_SRCS} - ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS} $<$,$>:win32/zlib1.rc>)