vcpkg/ports/zkpp/vcpkg.json
Billy O'Neal 257d2aa3fa
[zkpp] Remove vcpkg_fail_port_install. (#22769)
* [zkpp] Remove vcpkg_fail_port_install.

There was no supports expression before, and there is ci.baseline.txt impact.

In support of https://github.com/microsoft/vcpkg/pull/21502

* Fix flipped sense.
2022-01-24 12:31:39 -08:00

12 lines
237 B
JSON

{
"name": "zkpp",
"version": "0.2.3",
"port-version": 2,
"description": "A ZooKeeper client for C++.",
"homepage": "https://github.com/tgockel/zookeeper-cpp",
"supports": "!windows",
"dependencies": [
"zookeeper"
]
}