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.
6 lines
107 B
CMake
6 lines
107 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(INSTALL-DIRECTORY)
|
|
run_cmake(INSTALL-MESSAGE-bad)
|
|
run_cmake(FileOpenFailRead)
|