Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-kde (Team) <k...@freebsd.org> for maintainer-feedback: Bug 266894: devel/qt6-5compat: find_package(Qt6Core5Compat REQUIRED) fails to find Qt6Core5Compat https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266894
--- Description --- This project: https://github.com/pedrolcl/drumstick/blob/master/CMakeLists.txt#L156 fails to configure: > CMake Error at /usr/local/lib/cmake/Qt6Core5Compat/Qt6Core5CompatDependencies.cmake:30 (_qt_internal_find_third_party_dependencies): > Unknown CMake command "_qt_internal_find_third_party_dependencies". > Call Stack (most recent call first): > /usr/local/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfig.cmake:40 (include) > CMakeLists.txt:156 (find_package) > > > CMake Error at CMakeLists.txt:156 (find_package): > Found package configuration file: > > /usr/local/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfig.cmake > > but it set Qt6Core5Compat_FOUND to FALSE so package "Qt6Core5Compat" is > considered to be NOT FOUND. qt6-5compat-6.4.0 is installed.