diff options
author | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2024-06-24 16:28:27 (GMT) |
---|---|---|
committer | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2024-06-26 13:37:41 (GMT) |
commit | 8d99e71b7e8e745cafb7e8daa6769c5268958466 (patch) | |
tree | 642c8a17de248653b52ffc10379a25b325c6a956 /Tests/COnly | |
parent | 003830f14f457c1a27e2a617abbaa5bd736bc0ff (diff) | |
download | CMake-8d99e71b7e8e745cafb7e8daa6769c5268958466.zip CMake-8d99e71b7e8e745cafb7e8daa6769c5268958466.tar.gz CMake-8d99e71b7e8e745cafb7e8daa6769c5268958466.tar.bz2 |
Autogen: Add timestamp file for CMAKE_GLOBAL_AUTORCC_TARGET
When `CMAKE_GLOBAL_AUTORCC_TARGET` is ON and qrc files are not
generated, `<target_name>_arcc_data` is always dirty. So this commit
adds a timestamp file which depens on what `<target_name>_arcc_data`
depends before and ``<target_name>_arcc_data` depends the timestamp
file.
The dependency graph before
(qrcFile, InfoFile) -> _arcc_target
The dependency graph after
(qrcFile, InfoFile) -> global_rcc_timestamp ->_arcc_target
Fixes: #26059
Diffstat (limited to 'Tests/COnly')
0 files changed, 0 insertions, 0 deletions