Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions ports/binlog/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ vcpkg_cmake_configure(
-DBINLOG_BUILD_EXAMPLES=OFF
-DBINLOG_BUILD_UNIT_TESTS=OFF
-DBINLOG_BUILD_INTEGRATION_TESTS=OFF
-Dbenchmark_FOUND=OFF
Comment thread
FrankXie05 marked this conversation as resolved.
Outdated
)

vcpkg_cmake_install()
Expand Down
1 change: 1 addition & 0 deletions ports/binlog/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "binlog",
"version-date": "2021-04-16",
"port-version": 1,
"description": "Binlog is a high performance C++ log library to produce structured binary logs.",
"homepage": "http://opensource.morganstanley.com/binlog/",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/binlog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d1767a61a4ceda1e384e4eb5563f244a0e8b65e1",
"version-date": "2021-04-16",
"port-version": 1
},
{
"git-tree": "eb0ae943fc2b0c1c19ad62308d1f321439967fd4",
"version-date": "2021-04-16",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
},
"binlog": {
"baseline": "2021-04-16",
"port-version": 0
"port-version": 1
},
"binn": {
"baseline": "3.0",
Expand Down