IlyaBizyaev added a comment.
In D28444#639020 <https://phabricator.kde.org/D28444#639020>, @cblack wrote: > CMake needs to know what files Cargo wants to build in order to invoke it only when Rust files change. There's no reason to invoke Cargo every time `make` is ran when CMake has the ability to keep track of dirty files. I disagree here; I'd rather invoke the tool that is meant to do the job than a) reimplement tracking in CMake; b) duplicate file lists for no real win. Extra concerns for the developer, barely any difference for the machine. REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://phabricator.kde.org/D28444 To: cblack, #frameworks, #build_system Cc: apol, IlyaBizyaev, kde-frameworks-devel, kde-buildsystem, LeGast00n, cblack, GB_2, bencreasy, michaelh, ngraham, bruns