Skip to content

Ninja: List compile_commands.json as a file known to be generated by CMake

Kevin Puetz requested to merge puetzk/cmake:compile_commands.json into master

This fixes #16444 (closed), a false-positive CMP0058 warning if any custom rules depend on compile_commands.json as an input (e.g. to trigger rerunning clang-tooling utilities)

Topic-rename: ninja-compile_commands.json

Merge request reports