diff options
| author | Ninetainedo <ninetainedo@gmail.com> | 2016-09-25 00:24:38 +0200 |
|---|---|---|
| committer | Ninetainedo <ninetainedo@gmail.com> | 2016-09-25 00:24:38 +0200 |
| commit | 62d9473412bff2203f1e0aaa63c9e5dc67b364b2 (patch) | |
| tree | 9df622571e12a22aca2502147b8d966819c2ecca /scripts | |
| parent | 930d0a7dedbcd3996a490eea5e061a00aca552d4 (diff) | |
| download | vcpkg-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.cmake | 12 |
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") |
