Skip to content

Commit

Permalink
Merge pull request #76 from daschuer/benchmark
Browse files Browse the repository at this point in the history
Google Benchmark
  • Loading branch information
JoergAtGithub authored Jul 26, 2023
2 parents 61b0d50 + 12e18b5 commit cf9ad27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
env:
VCPKG_PACKAGES: >-
ableton
benchmark
chromaprint
fdk-aac
ffmpeg
Expand Down
4 changes: 3 additions & 1 deletion scripts/cmake/vcpkg_find_acquire_program.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ function(vcpkg_find_acquire_program program)
set(paths_to_search "${DOWNLOADS}/tools/nasm/nasm-${program_version}")
set(brew_package_name "nasm")
set(apt_package_name "nasm")
set(download_urls "https://www.nasm.us/pub/nasm/releasebuilds/${program_version}/win64/nasm-${program_version}-win64.zip")
set(download_urls
"https://github.com/microsoft/vcpkg/files/12073957/nasm-${program_version}-win64.zip"
"https://www.nasm.us/pub/nasm/releasebuilds/${program_version}/win64/nasm-${program_version}-win64.zip")
set(download_filename "nasm-${program_version}-win64.zip")
set(download_sha512 ce4d02f530dc3376b4513f219bbcec128ee5bebd8a5c332599b48d8071f803d1538d7258fec7c2e9b4d725b8d7314cea2696289d0493017eb13bfe70e5cb5062)
elseif(program STREQUAL "YASM")
Expand Down

0 comments on commit cf9ad27

Please sign in to comment.