CMake/Tests/RunCMake/install
Brad King d19b64d671 install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)
Installing large directories, e.g., the output of a doxygen run, prints
one line per file resulting in too much noise in the build output.  Add
an option to the install(DIRECTORY) command to not print anything upon
make install.

Extend the RunCMake.install test with cases covering MESSAGE_NEVER
behavior of the install(DIRECTORY) command.

Suggested-by: Stefan Eilemann <Stefan.Eilemann@epfl.ch>
2014-06-24 13:18:20 -04:00
..
dir file(INSTALL): Report existing DIRECTORY as Up-to-date 2014-06-24 12:52:11 -04:00
CMakeLists.txt
DIRECTORY-MESSAGE_NEVER-check.cmake install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-MESSAGE_NEVER.cmake install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-PATTERN-MESSAGE_NEVER-result.txt install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-PATTERN-MESSAGE_NEVER-stderr.txt install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-PATTERN-MESSAGE_NEVER.cmake install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-message-check.cmake file(INSTALL): Report existing DIRECTORY as Up-to-date 2014-06-24 12:52:11 -04:00
DIRECTORY-message-lazy-check.cmake install: Add CMAKE_INSTALL_MESSAGE variable (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-message-lazy.cmake install: Add CMAKE_INSTALL_MESSAGE variable (#13761) 2014-06-24 13:18:20 -04:00
DIRECTORY-message.cmake install: Add CMAKE_INSTALL_MESSAGE variable (#13761) 2014-06-24 13:18:20 -04:00
RunCMakeTest.cmake install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 2014-06-24 13:18:20 -04:00
SkipInstallRulesNoWarning1-check.cmake
SkipInstallRulesNoWarning1-stderr.txt
SkipInstallRulesNoWarning1.cmake
SkipInstallRulesNoWarning2-check.cmake
SkipInstallRulesNoWarning2-stderr.txt
SkipInstallRulesNoWarning2.cmake
SkipInstallRulesWarning-check.cmake
SkipInstallRulesWarning-stderr.txt
SkipInstallRulesWarning.cmake