diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-20 15:46:32 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-20 15:46:32 -0700 |
| commit | bcfe15ce2b29a2a31c9166bb2ee151582122d9c4 (patch) | |
| tree | 93a3b3f6a2584e75c4cdedf54fb7e4e14aa578bf /scripts/cmake | |
| parent | ba406880e45c9f35ceba34990fc298cec894fac3 (diff) | |
| download | vcpkg-bcfe15ce2b29a2a31c9166bb2ee151582122d9c4.tar.gz vcpkg-bcfe15ce2b29a2a31c9166bb2ee151582122d9c4.zip | |
Add two spaces in front of message() to fix formatting
In Warning or Error, indented text is considered preformatted.
Otherwise CMake tries to format it itself, and there are issues with
whitespace in the path
Diffstat (limited to 'scripts/cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_execute_required_process.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/cmake/vcpkg_execute_required_process.cmake b/scripts/cmake/vcpkg_execute_required_process.cmake index bd6e56f7b..7feff08b2 100644 --- a/scripts/cmake/vcpkg_execute_required_process.cmake +++ b/scripts/cmake/vcpkg_execute_required_process.cmake @@ -12,9 +12,9 @@ function(vcpkg_execute_required_process) file(TO_NATIVE_PATH "${CURRENT_BUILDTREES_DIR}" NATIVE_BUILDTREES_DIR) if(error_code) message(FATAL_ERROR - "Command failed: ${vcpkg_execute_required_process_COMMAND}\n" - "Working Directory: ${vcpkg_execute_required_process_WORKING_DIRECTORY}\n" - "See logs for more information:\n" + " Command failed: ${vcpkg_execute_required_process_COMMAND}\n" + " Working Directory: ${vcpkg_execute_required_process_WORKING_DIRECTORY}\n" + " See logs for more information:\n" " ${NATIVE_BUILDTREES_DIR}\\${vcpkg_execute_required_process_LOGNAME}-out.log\n" " ${NATIVE_BUILDTREES_DIR}\\${vcpkg_execute_required_process_LOGNAME}-err.log\n") endif() |
