aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLaurent Rineau <Laurent.Rineau@cgal.org>2019-12-07 01:01:12 +0100
committerRobert Schumacher <roschuma@microsoft.com>2019-12-06 16:01:12 -0800
commit767909ad146aea8f4c949465df5bd7e1fc131a17 (patch)
treead51c829413833172469ccb2dfc88b9c3d16f233 /scripts
parent92dc30ff52fae0d7236b5b3dd7e6b2f0ff39ae6f (diff)
downloadvcpkg-767909ad146aea8f4c949465df5bd7e1fc131a17.tar.gz
vcpkg-767909ad146aea8f4c949465df5bd7e1fc131a17.zip
[vcpkg_find_acquire_program] Give hints for yasm with brew and apt (#9191)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_find_acquire_program.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_find_acquire_program.cmake b/scripts/cmake/vcpkg_find_acquire_program.cmake
index 682a5bd55..6511cb150 100644
--- a/scripts/cmake/vcpkg_find_acquire_program.cmake
+++ b/scripts/cmake/vcpkg_find_acquire_program.cmake
@@ -75,6 +75,8 @@ function(vcpkg_find_acquire_program VAR)
set(PROGNAME yasm)
set(SUBDIR 1.3.0.6)
set(PATHS ${DOWNLOADS}/tools/yasm/${SUBDIR})
+ set(BREW_PACKAGE_NAME "yasm")
+ set(APT_PACKAGE_NAME "yasm")
set(URL "https://www.tortall.net/projects/yasm/snapshots/v1.3.0.6.g1962/yasm-1.3.0.6.g1962.exe")
set(ARCHIVE "yasm-1.3.0.6.g1962.exe")
set(_vfa_RENAME "yasm.exe")