Ubuntu – Clang scan deps was not found while trying to build C++ 20 modules
I'm trying modules using CMake and C++20. But cmake can't find clang-scan-deps program. But i can use it in my terminal so i don't know why it can't find it. Error message: ~/coding/cpp-modules > cmake --build ./build/Debug --target all [1/8]…