mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
3 lines
115 B
Plaintext
3 lines
115 B
Plaintext
CMake Error at .*EchoCommand.cmake:.*\(execute_process\):
|
|
execute_process called with no value for COMMAND_ECHO.
|