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

2019-10-24 Thread Ben Morgan
Hi Jason, See the CMAKE_INSTALL_MESSAGE variable: https://cmake.org/cmake/help/v3.16/variable/CMAKE_INSTALL_MESSAGE.html setting this to “LAZY” should do what you want. Cheers, Ben. > On 24 Oct 2019, at 16:44, Jason Bea

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

2019-10-24 Thread Jason Beach
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 installe