| Summary: | find_dependency(inotify) returns false despite find_package(inotify) returning true | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] extra-cmake-modules | Reporter: | Dawid Wróbel <me> |
| Component: | general | Assignee: | ecm-bugs-null <ecm-bugs-null> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.84.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dawid Wróbel
2021-08-27 13:27:59 UTC
It was simply sorted by moving the find_dependency() further up in the Config.cmake.in, right after the include(CMakeFindDependencyMacro) call. |