You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, if scan for kits would prefer /usr/bin/compiler to /bin/compiler.
Steps to reproduce:
Get linux os, where /bin is symlink to usr/bin (fedora 35, for example).
Install clang
scan for kits
select clang kit (it would point to /bin/clang*)
try build a project
try build project one more time, it will rebuild all sources, even none was modified.
If you change path of clang compiler from /bin/clang to /usr/bin/clang in .local/share/CMakeTools/cmake-tools-kits.json, ninja stops to rebuild all sources and rebuilds only modified, as expected.