mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
In the commit8d99e71b, a new timestamp file was added to prevent unneeded `AUTORCC` triggering after successful builds when `CMAKE_GLOBAL_AUTORCC_TARGET` is ON. This caused a regression that configuration fails when multiple `.qrc` files are added to a target. This commits reverts8d99e71b. Issue: #26059 Fixes: #26126