Skip to content

Commit bf8fa53

Browse files
authored
[BUILD] Remove benchmark overlay for vcpkg (#2695)
1 parent cb9cd1d commit bf8fa53

File tree

3 files changed

+2
-57
lines changed

3 files changed

+2
-57
lines changed

ci/ports/benchmark/portfile.cmake

Lines changed: 0 additions & 36 deletions
This file was deleted.

ci/ports/benchmark/vcpkg.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

ci/setup_windows_ci_environment.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ $VCPKG_DIR = (Get-Item -Path ".\").FullName
1010
./bootstrap-vcpkg.bat
1111
./vcpkg integrate install
1212

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

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

0 commit comments

Comments
 (0)