Fix missing parenthesis

This commit is contained in:
İsmail Dönmez 2017-04-24 19:29:34 +02:00
parent 656ba237d7
commit 8bf9d2a72b
No known key found for this signature in database
GPG Key ID: BE04133F8FEC6368

View File

@ -2,7 +2,7 @@ function(vcpkg_acquire_msys PATH_TO_ROOT_OUT)
set(TOOLPATH ${DOWNLOADS}/tools/msys2)
if (TRIPLET_SYSTEM_ARCH MATCHES "x64")
set(TOOLSUBPATH msys64)
set(URL "https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20161025.tar.xz/download"
set(URL "https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20161025.tar.xz/download")
set(ARCHIVE "msys2-base-x86_64-20161025.tar.xz")
set(HASH 6c4c18ec59db80b8269698d074866438a624f1ce735ee5005a01b148b02e8f2e966ae381aa1cb4c50f6226c3b7feb271e36907cf26580df084d695b3c9f5c0eb)
else()