Summary: | Build not respecting "ranlib" and "ar" binaries | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Pedro Ferreira <arkangath> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED UPSTREAM | ||
Severity: | minor | CC: | arichardson.kde |
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pedro Ferreira
2015-12-03 10:01:25 UTC
I recall having a similar problem with CMake not wanting to use my custom ar binary in a different project. In the end I put an ar wrapper script into a new directory and prepended that to $PATH. Closing as this as an upstream CMake problem . Not wanting to dispute your resolution, but I did mention that clang/llvm cmake system respected the toolchain decision, and I used the same cmake version. |