[vcpkg_find_acquire_program] Give hints for yasm with brew and apt (#9191)

This commit is contained in:
Laurent Rineau 2019-12-07 01:01:12 +01:00 committed by Robert Schumacher
parent 92dc30ff52
commit 767909ad14

View File

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