mirror of
https://github.com/madler/zlib
synced 2026-06-08 15:37:26 +00:00
CMake: Add missing suffix for iostream.
This commit is contained in:
@@ -28,7 +28,7 @@ if(NOT DEFINED ZLIB_BUILD_IOSTREAM3)
|
||||
endif(NOT DEFINED ZLIB_BUILD_IOSTREAM3)
|
||||
|
||||
if(WIN32 OR CYGWIN)
|
||||
set(zlibIOStream3_static_suffix "s")
|
||||
set(zlib_IOStream3_static_suffix "s")
|
||||
set(CMAKE_DEBUG_POSTFIX "d")
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
|
||||
endif(WIN32 OR CYGWIN)
|
||||
|
||||
Reference in New Issue
Block a user