Skip to content

Commit 4f2671d

Browse files
Vollstreckermadler
authored andcommitted
CMake: Remove unused variable.
1 parent 00cbe1d commit 4f2671d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ endif(WIN32)
168168
if(ZLIB_BUILD_SHARED)
169169
add_library(zlib SHARED
170170
${ZLIB_SRCS}
171-
${ZLIB_DLL_SRCS}
172171
${ZLIB_PUBLIC_HDRS}
173172
${ZLIB_PRIVATE_HDRS}
174173
$<$<OR:$<BOOL:${WIN32}>,$<BOOL:${CYGWIN}>>:win32/zlib1.rc>)

0 commit comments

Comments
 (0)