diff options
author | Alexey Edelev <semlanik@gmail.com> | 2021-07-16 15:24:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-19 17:28:16 (GMT) |
commit | 9cebdbec77ac59a1394c3a28da43a7bf0bd37fe9 (patch) | |
tree | c9a9542978b03dfc99553973ae4817d5a66f5fd8 /Source/cmVariableWatch.cxx | |
parent | 4ff651eb52215ca0e1ffe5e5356b56b57913fee0 (diff) | |
download | CMake-9cebdbec77ac59a1394c3a28da43a7bf0bd37fe9.zip CMake-9cebdbec77ac59a1394c3a28da43a7bf0bd37fe9.tar.gz CMake-9cebdbec77ac59a1394c3a28da43a7bf0bd37fe9.tar.bz2 |
AUTOUIC: Fix cyclic dependency between generated UI headers and timestamp
Once the generated UI headers are created by UIC they also are involved
into processing in next run on ninja. Autogen adds `ui_*.h` files to
the deps file `ui_*.h` and this cause timestamp start depend on `ui_*.h`.
Meanwhile `ui_*.h` depend on timestamp because of the explicit rules
added by commit 1265c65b33 (AUTOUIC: Collect ui header files for Ninja
generator, 2021-02-18, v3.21.0-rc1~600^2). Avoid adding `ui_*.h` to
deps file at second ninja run.
Fixes: #16776
Diffstat (limited to 'Source/cmVariableWatch.cxx')
0 files changed, 0 insertions, 0 deletions