diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-02-23 03:29:25 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-02-23 03:29:25 -0800 |
| commit | 7dd7490468019b696859331f1f686890d8aaf556 (patch) | |
| tree | f88e7770473a026f4c70f6e5683989e0a0e91a5c /scripts | |
| parent | db59fd0b099e1419d788b665a4fc06dbab06efd2 (diff) | |
| download | vcpkg-7dd7490468019b696859331f1f686890d8aaf556.tar.gz vcpkg-7dd7490468019b696859331f1f686890d8aaf556.zip | |
[vcpkg] Force JOM to be updated to 1.1.2
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_find_acquire_program.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_find_acquire_program.cmake b/scripts/cmake/vcpkg_find_acquire_program.cmake index c81779ef3..d6bd34b21 100644 --- a/scripts/cmake/vcpkg_find_acquire_program.cmake +++ b/scripts/cmake/vcpkg_find_acquire_program.cmake @@ -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) |
