vcpkg/ports/cctz/vcpkg.json
jim wang 64750c8977
[cctz] Fix compilation error when vs version is greater than 17.7 (#36097)
* Fix compilation errors for VS versions greater than 17.7

* update version
2024-01-10 17:14:28 -08:00

18 lines
454 B
JSON

{
"name": "cctz",
"version": "2.3",
"port-version": 7,
"description": "two libraries that cooperate with <chrono> to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner.",
"homepage": "https://github.com/google/cctz",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}