[vcpkg] Force JOM to be updated to 1.1.2

This commit is contained in:
Robert Schumacher 2017-02-23 03:29:25 -08:00
parent db59fd0b09
commit 7dd7490468

View File

@ -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)