vcpkg/scripts/test_ports/cmake/vcpkg.json
Alexander Neumann 4278a5f9ea
[cmake] update cmake test port (#16948)
* [cmake] update cmake test port

* correct hash
add expat as dependency

* remove double expat dependency
2021-04-06 13:22:44 -07:00

24 lines
460 B
JSON

{
"name": "cmake",
"version-string": "3.20.0",
"description": "CMake is an open-source, cross-platform family of tools designed to build, test and package software.",
"homepage": "https://cmake.org/",
"dependencies": [
"bzip2",
"curl",
"expat",
"jsoncpp",
"libarchive",
"liblzma",
"libuv",
"nghttp2",
"qt5-base",
{
"name": "qt5-winextras",
"platform": "windows"
},
"zlib",
"zstd"
]
}