https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279731
Jason E. Hale <jh...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+ |eeBSD.org) | CC| |jh...@freebsd.org Resolution|--- |Not A Bug --- Comment #1 from Jason E. Hale <jh...@freebsd.org> --- >From ${LOCALBASE}/llvm18/lib/cmake/llvm/LLVMConfigVersion.cmake: "LLVM is API-compatible only with matching major.minor versions and patch versions not less than that requested." So, requesting version 18 (18.0) will not satisfy this condition. Use 18.1 for the version check instead. See also: https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-version-selection -- You are receiving this mail because: You are the assignee for the bug.