Skip to content

Commit 282100f

Browse files
committed
separate crashpad gzip choice
1 parent 9bec2cb commit 282100f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,6 @@ if(SENTRY_TRANSPORT_COMPRESSION)
298298
find_package(ZLIB REQUIRED)
299299
endif()
300300

301-
if(SENTRY_BACKEND_CRASHPAD)
302-
set(CRASHPAD_ZLIB_SYSTEM ON CACHE BOOL "Force CRASHPAD_ZLIB_SYSTEM when enabling transport compression" FORCE)
303-
endif()
304-
305301
target_link_libraries(sentry PRIVATE ZLIB::ZLIB)
306302
target_compile_definitions(sentry PRIVATE SENTRY_TRANSPORT_COMPRESSION)
307303
endif()

0 commit comments

Comments
 (0)