diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1a279f5..ad0e0965d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Remove remaining build blockers for the `crashpad` backend on Windows ARM64 when using LLVM-MINGW. ([#1003](https://github.com/getsentry/sentry-native/pull/1003), [crashpad#101](https://github.com/getsentry/crashpad/pull/101)) - Ensure `crashpad` targets are included when building as a shared library using our exported CMake config. ([#1007](https://github.com/getsentry/sentry-native/pull/1007)) -- Use `find_dependency()` instead of `find_package()` in the exported CMake config. ([#1007](https://github.com/getsentry/sentry-native/pull/1007)) +- Use `find_dependency()` instead of `find_package()` in the exported CMake config. ([#1007](https://github.com/getsentry/sentry-native/pull/1007), [#1008](https://github.com/getsentry/sentry-native/pull/1008), [crashpad#104](https://github.com/getsentry/crashpad/pull/104)) **Thank you**: diff --git a/external/crashpad b/external/crashpad index 202c1c219..7e36850f8 160000 --- a/external/crashpad +++ b/external/crashpad @@ -1 +1 @@ -Subproject commit 202c1c21939f6b1d3c72ebeda566b4164a2fd245 +Subproject commit 7e36850f853cbf76dfaf2f7f3ae2720724addd50 diff --git a/sentry-config.cmake.in b/sentry-config.cmake.in index 5b9a0a37b..16f24a0de 100644 --- a/sentry-config.cmake.in +++ b/sentry-config.cmake.in @@ -1,4 +1,5 @@ @PACKAGE_INIT@ +include(CMakeFindDependencyMacro) set(SENTRY_BACKEND @SENTRY_BACKEND@) set(SENTRY_TRANSPORT @SENTRY_TRANSPORT@)