Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 4.14.0
-
None
-
macOS 11.1 x86_64
Description
I get this error:
/bin/sh: ccache: command not found
The command Qt Creator claims to run is this:
"/Applications/CMake.app/Contents/bin/cmake" --build . --target all
However, when I go to my terminal, `cd` to my build folder and run this very same command, it works just fine. So this is some kind of bug in Qt Creator, it sends an incorrect command.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-24536 Qt Creator cannot build CMake projects because of missing ninja
- Closed