aboutsummaryrefslogtreecommitdiff
path: root/contrib/iostream3
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2026-01-03 10:59:56 +0100
committerMark Adler <git@madler.net>2026-01-12 11:10:01 -0800
commitc6d16d4c3b59d2950e15ee557d40ace748ed5b40 (patch)
tree597692f1a2cfab87ca1105afce98f7c8aafe7246 /contrib/iostream3
parent9444f8641b3dc9f3de11caa2d852400bf4776a22 (diff)
downloadzlib-c6d16d4c3b59d2950e15ee557d40ace748ed5b40.tar.gz
zlib-c6d16d4c3b59d2950e15ee557d40ace748ed5b40.tar.bz2
zlib-c6d16d4c3b59d2950e15ee557d40ace748ed5b40.zip
CMake: Name targets consistently.
Diffstat (limited to 'contrib/iostream3')
-rw-r--r--contrib/iostream3/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/iostream3/CMakeLists.txt b/contrib/iostream3/CMakeLists.txt
index 65f19e54..c0dbdcac 100644
--- a/contrib/iostream3/CMakeLists.txt
+++ b/contrib/iostream3/CMakeLists.txt
@@ -33,7 +33,7 @@ if(WIN32 OR CYGWIN)
33endif(WIN32 OR CYGWIN) 33endif(WIN32 OR CYGWIN)
34 34
35if(ZLIB_IOSTREAM3_BUILD_SHARED) 35if(ZLIB_IOSTREAM3_BUILD_SHARED)
36 add_library(zlib-iostream3 SHARED 36 add_library(zlib_iostream3_iostreamv3 SHARED
37 zfstream.cc 37 zfstream.cc
38 zfstream.h) 38 zfstream.h)
39 39
@@ -72,7 +72,7 @@ if(ZLIB_IOSTREAM3_BUILD_SHARED)
72endif(ZLIB_IOSTREAM3_BUILD_SHARED) 72endif(ZLIB_IOSTREAM3_BUILD_SHARED)
73 73
74if(ZLIB_IOSTREAM3_BUILD_STATIC) 74if(ZLIB_IOSTREAM3_BUILD_STATIC)
75 add_library(zlib-iostream3Static STATIC 75 add_library(zlib_iostream3_iostreamv3Static STATIC
76 zfstream.cc 76 zfstream.cc
77 zfstream.h) 77 zfstream.h)
78 78