Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: fix external projects cmake bug (#1986)
Work around cmake bug https://gitlab.kitware.com/cmake/cmake/-/issues/25428 (introduced in 3.23.0, fixed in 3.27.9): do not create `build.d` dependency files with phony targets (which would keep triggering unnecessary rebuilds of some external projects).
- Loading branch information