commit | debc4d39069faecba2cf8c6263bb7d974c3bf34b | [log] [tgz] |
---|---|---|
author | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | Mon Dec 02 12:42:26 2024 +0100 |
committer | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | Wed Dec 04 12:37:13 2024 +0100 |
tree | 4b764acce40d2b7de928d333e50661424c63d9de | |
parent | 27647acc6ca9c7e207478ec548ec7e12c4fbef8c [diff] |
Autogen: Revert adding ui files to byproducts of the timestamp target When `ui_` include directives have different paths than `CMakeLists.txt`, the dependency graph is not generated correctly. This is the root cause of #16776. However, when #26135 was fixed by commit 5363bebc1e (Autogen: Fix compilation of unchanged source files, 2024-07-16, v3.31.0-rc1~328^2), it made #16776 worse: the build is always dirty. Revert the fix for now. Fixes: #26485 Issue: #26135 Issue: #25436