Skip to content

Commit

Permalink
Merge branch 'main' into fix-msvc-library-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Jun 6, 2024
2 parents dcb26a6 + bf8fa53 commit 3ff8b97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 57 deletions.
36 changes: 0 additions & 36 deletions ci/ports/benchmark/portfile.cmake

This file was deleted.

19 changes: 0 additions & 19 deletions ci/ports/benchmark/vcpkg.json

This file was deleted.

4 changes: 2 additions & 2 deletions ci/setup_windows_ci_environment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ $VCPKG_DIR = (Get-Item -Path ".\").FullName
./bootstrap-vcpkg.bat
./vcpkg integrate install

# Patched Google Benchmark can be shared between vs2017 and vs2019 compilers
./vcpkg "--vcpkg-root=$VCPKG_DIR" install --overlay-ports="$PSScriptRoot\ports" benchmark:x64-windows
# Google Benchmark
./vcpkg "--vcpkg-root=$VCPKG_DIR" install benchmark:x64-windows

# Google Test
./vcpkg "--vcpkg-root=$VCPKG_DIR" install gtest:x64-windows
Expand Down

0 comments on commit 3ff8b97

Please sign in to comment.