mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
8602701c9d
Updates the z3 port to 4.12.2 to fix building on macOS.
19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"name": "z3",
|
|
"version": "4.12.2",
|
|
"description": "Z3 is a theorem prover from Microsoft Research",
|
|
"homepage": "https://github.com/Z3Prover/z3",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|