mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:59:18 +08:00
7dbc05515b
* Format manifest * Add cmake wrapper * x-add-version * Always use vcpkg zlib for sentry native * x-add-version * Fix and simplify wrapper * Update git-tree
13 lines
418 B
Diff
13 lines
418 B
Diff
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)
|