mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 21:34:32 +00:00
bd9c7f9b2c
Add policy CMP0058 to avoid generating 'phony' ninja rules for unknown custom command dependencies. This requires projects to specify their custom command byproducts explicitly. With this requirement we no longer have to assume that unknown custom command dependencies are generated and can instead simply assume they are source files expected to exist when the build starts. This is particularly important in in-source builds. It is also helpful for out-of-source builds to allow Ninja to diagnose missing files before running custom command rules that depend on them. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CMP0058-common.cmake | ||
CMP0058-NEW-by-build-stdout.txt | ||
CMP0058-NEW-by.cmake | ||
CMP0058-NEW-no-build-result.txt | ||
CMP0058-NEW-no-build-stderr.txt | ||
CMP0058-NEW-no.cmake | ||
CMP0058-OLD-by-build-stdout.txt | ||
CMP0058-OLD-by.cmake | ||
CMP0058-OLD-no-build-stdout.txt | ||
CMP0058-OLD-no.cmake | ||
CMP0058-WARN-by-build-stdout.txt | ||
CMP0058-WARN-by.cmake | ||
CMP0058-WARN-no-build-stdout.txt | ||
CMP0058-WARN-no-stderr.txt | ||
CMP0058-WARN-no.cmake | ||
RunCMakeTest.cmake |