Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(INSTALL): Add undocumented options to control output verbosity | Brad King | 2014-06-24 | 6 | -0/+45 |
| | | | | | | Create options "MESSAGE_ALWAYS", "MESSAGE_LAZY", and "MESSAGE_NEVER" to specify whether to print the "Installing" and "Up-to-date" messages. Extend the RunCMake.file test with cases covering these options. | ||||
* | file(INSTALL): Report existing DIRECTORY as Up-to-date | Brad King | 2014-06-24 | 4 | -0/+14 |
| | | | | | | | | | | | Teach cmFileCopier::InstallDirectory to detect whether the destination directory exists. If so, report it as "Up-to-date" instead of "Installing". This resolves message asymmetry with file installations. Extend the RunCMake.file and RunCMake.install tests to check the installation output on both the first and second run. Suggested-by: J Decker <d3ck0r@gmail.com> | ||||
* | file: Report system error on failure to open file | Brad King | 2014-05-20 | 5 | -0/+14 |