mirror of
https://github.com/madler/zlib
synced 2025-03-28 21:13:15 +00:00
CMake: Remove unused variable.
This commit is contained in:
parent
00cbe1d6b1
commit
4f2671d50c
@ -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}
|
||||
$<$<OR:$<BOOL:${WIN32}>,$<BOOL:${CYGWIN}>>:win32/zlib1.rc>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user