There was an error while loading. Please reload this page.
1 parent ef88c7b commit 29afa7cCopy full SHA for 29afa7c
1 file changed
CMakeLists.txt
@@ -190,8 +190,9 @@ if(ZLIB_BUILD_SHARED)
190
EXPORT_NAME ZLIB
191
OUTPUT_NAME z)
192
if(UNIX
193
- AND NOT APPLE
194
- AND NOT (CMAKE_SYSTEM_NAME STREQUAL AIX))
+ AND NOT APPLE
+ AND NOT (CMAKE_SYSTEM_NAME STREQUAL AIX)
195
+ AND NOT (CMAKE_SYSTEM_NAME STREQUAL SunOS))
196
# On unix-like platforms the library is almost always called libz
197
set_target_properties(
198
zlib
@@ -200,7 +201,8 @@ if(ZLIB_BUILD_SHARED)
200
201
endif(
202
UNIX
203
AND NOT APPLE
204
205
206
endif(ZLIB_BUILD_SHARED)
207
208
if(ZLIB_BUILD_STATIC)
0 commit comments