JDevlieghere wrote: Could the problem be that the statically linked libxml2 is reporting the wrong version or something? We don't pass the `EXACT` flag, which means that CMake will find a version that "is compatible" [1]. The latter is intentionally vague and I couldn't immediately find the corresponding logic for libxml2. However, on my linux machine, CMake happily picks up libxml 2.12.7 with the existing logic.
[1] https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-version-selection https://github.com/llvm/llvm-project/pull/142183 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits