mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
abebcd235c
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.
9 lines
467 B
Plaintext
9 lines
467 B
Plaintext
-- Before Installing
|
|
-- Installing: .*/Tests/RunCMake/file/INSTALL-DIRECTORY-build/dir
|
|
-- Installing: .*/Tests/RunCMake/file/INSTALL-DIRECTORY-build/dir/empty.txt
|
|
-- Up-to-date: .*/Tests/RunCMake/file/INSTALL-DIRECTORY-build/dir
|
|
-- Up-to-date: .*/Tests/RunCMake/file/INSTALL-DIRECTORY-build/dir/empty.txt
|
|
-- Up-to-date: .*/Tests/RunCMake/file/INSTALL-DIRECTORY-build/dir
|
|
-- Up-to-date: .*/Tests/RunCMake/file/INSTALL-DIRECTORY-build/dir/empty.txt
|
|
-- After Installing
|