You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally fix spurious recompilations of KDChart-based apps
ninja was seeing KDChart.tmp as a dependency of KDChart,
so the timestamp modification of KDChart.tmp (on each cmake run)
would still lead to a full rebuild of everything using the KDChart
header.
Fixed by using file(GENERATE) which is the proper CMake API for this.
0 commit comments