early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/sentry-native/use-zlib-target.patch
vendored
Executable file
12
externals/vcpkg/ports/sentry-native/use-zlib-target.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
diff --git a/external/crashpad/CMakeLists.txt b/external/crashpad/CMakeLists.txt
|
||||
index abb0697..a57ff04 100644
|
||||
--- a/external/crashpad/CMakeLists.txt
|
||||
+++ b/external/crashpad/CMakeLists.txt
|
||||
@@ -22,6 +22,7 @@ option(CRASHPAD_ZLIB_SYSTEM "Use system zlib library" "${CRASHPAD_ZLIB_SYSTEM_DE
|
||||
|
||||
if(CRASHPAD_ZLIB_SYSTEM)
|
||||
find_package(ZLIB REQUIRED)
|
||||
+ set(ZLIB_LIBRARIES ZLIB::ZLIB)
|
||||
endif()
|
||||
|
||||
if(LINUX OR ANDROID)
|
Reference in New Issue
Block a user