Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions ports/benchmark/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#https://github.com/google/benchmark/issues/661
vcpkg_fail_port_install(ON_TARGET "uwp")

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
Expand Down
2 changes: 2 additions & 0 deletions ports/benchmark/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
"name": "benchmark",
"version-semver": "1.6.0",
"port-version": 1,
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
"homepage": "https://github.com/google/benchmark",
"supports": "!uwp",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
},
"benchmark": {
"baseline": "1.6.0",
"port-version": 0
"port-version": 1
},
"bento4": {
"baseline": "1.5.1",
Expand Down