vcpkg/ports/proj4/vcpkg.json
Kai Pastor ee6c3f1bd5
[proj4] Update to 8.2.1 (#22283)
* Update proj to 8.2.1

* Fix formatting

* Use new BUILD_APPS option

* Update versions

* Add explicit nlohmann-json dependency

* Update versions

* Enforce consistent definition of PROJ_DLL

* Update versions

* [skip actions] CI
2022-01-03 13:56:02 -08:00

50 lines
866 B
JSON

{
"name": "proj4",
"version-semver": "8.2.1",
"description": "PROJ library for cartographic projections",
"homepage": "https://proj.org/",
"dependencies": [
"nlohmann-json",
{
"name": "sqlite3",
"default-features": false
},
{
"name": "sqlite3",
"host": true,
"features": [
"tool"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"net",
"tiff"
],
"features": {
"net": {
"description": "Enable network support",
"dependencies": [
"curl"
]
},
"tiff": {
"description": "Enable TIFF support to read some grids",
"dependencies": [
"tiff"
]
},
"tools": {
"description": "Build tools"
}
}
}