mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:39:06 +08:00
1b1ae50e1a
* update cmake to 3.22.0-rc3 to verify catalogue compatibility and be ready for final release * update to cmake 3.22 final release * [vcpkgTools] update to cmake 3.22.1 * update test port * update cmake to 3.22.2 and git for windows to 2.35.1.2 * fix missing uuid on osx in ignition-transport. * modernize * fix hash * fix qtbase regression * try fixing the pc file search * hidaoi give trace logs * give me trace output * bit of pkgconf changes. Need system search paths for pkgconf to work correctly. * fix underscore * remove extra x * revert port changes * add license to cmake test port * fix arm regression due to not finding taglib. * version stuff Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Alexander Neumann <you@example.com>
29 lines
551 B
JSON
29 lines
551 B
JSON
{
|
|
"name": "cmake",
|
|
"version-string": "3.22.2",
|
|
"description": "CMake is an open-source, cross-platform family of tools designed to build, test and package software.",
|
|
"homepage": "https://cmake.org/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"curl",
|
|
"expat",
|
|
"jsoncpp",
|
|
"libarchive",
|
|
"liblzma",
|
|
"libuv",
|
|
{
|
|
"name": "ncurses",
|
|
"platform": "!(windows | uwp)"
|
|
},
|
|
"nghttp2",
|
|
"qtbase",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|