mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 17:11:04 +00:00
044dcf9f8d
Add COMMAND_ECHO option to the execute_process command. This will allow execute_process to show the command it will run. Also add a cmake variable CMAKE_EXECUTE_PROCESS_COMMAND_ECHO. Both the option and the variable can be set to one of the following: STDERR|STDOUT|NONE. The command will be printed to stderr or stdout or not at all. Fixes: #18933 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
EchoCommand2-result.txt | ||
EchoCommand2-stderr.txt | ||
EchoCommand2-stdout.txt | ||
EchoCommand3-result.txt | ||
EchoCommand3-stderr.txt | ||
EchoCommand-result.txt | ||
EchoCommand-stderr.txt | ||
EchoCommand-stdout.txt | ||
EchoCommand.cmake | ||
Encoding.cmake | ||
EncodingMissing-result.txt | ||
EncodingMissing-stderr.txt | ||
EncodingMissing.cmake | ||
EncodingUTF8-stderr.txt | ||
EncodingUTF-8-stderr.txt | ||
ExitValues-stdout.txt | ||
ExitValues.cmake | ||
MergeOutput-stdout.txt | ||
MergeOutput.cmake | ||
MergeOutputFile-stderr.txt | ||
MergeOutputFile.cmake | ||
MergeOutputVars-stderr.txt | ||
MergeOutputVars.cmake | ||
RunCMakeTest.cmake |