diff options
author | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2024-06-27 10:08:50 (GMT) |
---|---|---|
committer | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2024-06-27 13:43:05 (GMT) |
commit | 91b2ce4a6985bcbfa4f757c213a0d9ad89250de8 (patch) | |
tree | 912dd97d12ab61ceec29484d60eea30b10e130fe /Source/cmConvertMSBuildXMLToJSON.py | |
parent | 38884c190821c42cd0a3ee29a2caa914ac1ee306 (diff) | |
download | CMake-91b2ce4a6985bcbfa4f757c213a0d9ad89250de8.zip CMake-91b2ce4a6985bcbfa4f757c213a0d9ad89250de8.tar.gz CMake-91b2ce4a6985bcbfa4f757c213a0d9ad89250de8.tar.bz2 |
Autogen: Remove <target_name>_autogen_timestamp_deps target
Since 2bfaaf6f6ed7481438bec08771992ea5152b5453 reorganized the dependency order for the `timestamp` target,
`<target_name>_autogen_timestamp_deps` is genetared as `phony edge with no inputs`. So this commit removes
`<target_name>_autogen_timestamp_deps`.
The dependency graph before
original dependencies of '_autogen' target <- _autogen_timestamp_deps <-'/timestamp' file <- '_autogen' target
The dependency graph after
original dependencies of '_autogen' target <-'/timestamp' file <- '_autogen' target
Fixes: #26080
Diffstat (limited to 'Source/cmConvertMSBuildXMLToJSON.py')
0 files changed, 0 insertions, 0 deletions