Skip to content

Commit

Permalink
[vcpkg_find_acquire_program] Give hints for yasm with brew and apt (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau authored and ras0219-msft committed Dec 7, 2019
1 parent 92dc30f commit 767909a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cmake/vcpkg_find_acquire_program.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 767909a

Please sign in to comment.