Skip to content

Commit

Permalink
fix: replace find_package() with find_dependency() in crashpad config (
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Jun 12, 2024
1 parent 0de14cc commit 1010a53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand Down
2 changes: 1 addition & 1 deletion external/crashpad
1 change: 1 addition & 0 deletions sentry-config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)

set(SENTRY_BACKEND @SENTRY_BACKEND@)
set(SENTRY_TRANSPORT @SENTRY_TRANSPORT@)
Expand Down

0 comments on commit 1010a53

Please sign in to comment.