mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg] Force JOM to be updated to 1.1.2
This commit is contained in:
parent
db59fd0b09
commit
7dd7490468
@ -58,7 +58,8 @@ function(vcpkg_find_acquire_program VAR)
|
||||
endif()
|
||||
elseif(VAR MATCHES "JOM")
|
||||
set(PROGNAME jom)
|
||||
set(PATHS ${DOWNLOADS}/tools/jom)
|
||||
set(SUBDIR "jom-1.1.2")
|
||||
set(PATHS ${DOWNLOADS}/tools/jom/${SUBDIR})
|
||||
set(URL "http://download.qt.io/official_releases/jom/jom_1_1_2.zip")
|
||||
set(ARCHIVE "jom_1_1_2.zip")
|
||||
set(HASH 830cd94ed6518fbe4604a0f5a3322671b4674b87d25a71349c745500d38e85c0fac4f6995242fc5521eb048e3966bb5ec2a96a06b041343ed8da9bba78124f34)
|
||||
|
Loading…
x
Reference in New Issue
Block a user