[CMake] Don't list Up-to-date files during install

Jason Beach jason.m.beach at gmail.com
Thu Oct 24 11:44:57 EDT 2019


When installing files, cmakes prints a list of all files that are to be
installed, even if some of those files are already installed and up-to-date
(i.e. installed from a previous build).  If the file is not installed or
out-of date, cmake prints "Installing: ..." and if a file was already
installed and didn't change it prints "Up-to-date: ..."

Is there a way to suppress listing all of the up-to-date files and only
show the files that are being installed because they changed?  Some of the
libraries we use install a ton of files and if we change only one it's
difficult to find and verify that one was installed among the sea of
up-to-date files.

Thanks,
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20191024/2192cb66/attachment.html>


More information about the CMake mailing list