aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNinetainedo <ninetainedo@gmail.com>2016-09-25 00:24:38 +0200
committerNinetainedo <ninetainedo@gmail.com>2016-09-25 00:24:38 +0200
commit62d9473412bff2203f1e0aaa63c9e5dc67b364b2 (patch)
tree9df622571e12a22aca2502147b8d966819c2ecca /scripts
parent930d0a7dedbcd3996a490eea5e061a00aca552d4 (diff)
downloadvcpkg-62d9473412bff2203f1e0aaa63c9e5dc67b364b2.tar.gz
vcpkg-62d9473412bff2203f1e0aaa63c9e5dc67b364b2.zip
Added spaces between brackets for double clicking
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_download_distfile.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/cmake/vcpkg_download_distfile.cmake b/scripts/cmake/vcpkg_download_distfile.cmake
index 602790190..0429bf853 100644
--- a/scripts/cmake/vcpkg_download_distfile.cmake
+++ b/scripts/cmake/vcpkg_download_distfile.cmake
@@ -11,9 +11,9 @@ function(vcpkg_download_distfile VAR)
if(NOT "${FILE_HASH}" STREQUAL "${vcpkg_download_distfile_SHA512}")
message(FATAL_ERROR
"\nFile does not have expected hash:\n"
- " File path: [${downloaded_file_path}]\n"
- " Expected hash: [${vcpkg_download_distfile_SHA512}]\n"
- " Actual hash: [${FILE_HASH}]\n"
+ " File path: [ ${downloaded_file_path} ]\n"
+ " Expected hash: [ ${vcpkg_download_distfile_SHA512} ]\n"
+ " Actual hash: [ ${FILE_HASH} ]\n"
"Please delete the file and try again if this file should be downloaded again.\n")
endif()
else()
@@ -44,9 +44,9 @@ function(vcpkg_download_distfile VAR)
if(NOT "${FILE_HASH}" STREQUAL "${vcpkg_download_distfile_SHA512}")
message(FATAL_ERROR
"\nFile does not have expected hash:\n"
- " File path: [${downloaded_file_path}]\n"
- " Expected hash: [${vcpkg_download_distfile_SHA512}]\n"
- " Actual hash: [${FILE_HASH}]\n"
+ " File path: [ ${downloaded_file_path} ]\n"
+ " Expected hash: [ ${vcpkg_download_distfile_SHA512} ]\n"
+ " Actual hash: [ ${FILE_HASH} ]\n"
"The file may be corrupted.\n")
endif()
message(STATUS "Testing integrity of downloaded file... OK")