diff options
| author | Vollstrecker <werner@vollstreckernet.de> | 2026-01-03 10:59:56 +0100 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-01-12 11:10:01 -0800 |
| commit | c6d16d4c3b59d2950e15ee557d40ace748ed5b40 (patch) | |
| tree | 597692f1a2cfab87ca1105afce98f7c8aafe7246 /contrib/iostream3 | |
| parent | 9444f8641b3dc9f3de11caa2d852400bf4776a22 (diff) | |
| download | zlib-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.txt | 4 |
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) | |||
| 33 | endif(WIN32 OR CYGWIN) | 33 | endif(WIN32 OR CYGWIN) |
| 34 | 34 | ||
| 35 | if(ZLIB_IOSTREAM3_BUILD_SHARED) | 35 | if(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) | |||
| 72 | endif(ZLIB_IOSTREAM3_BUILD_SHARED) | 72 | endif(ZLIB_IOSTREAM3_BUILD_SHARED) |
| 73 | 73 | ||
| 74 | if(ZLIB_IOSTREAM3_BUILD_STATIC) | 74 | if(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 | ||
