mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:49:02 +08:00
a4f322c567
* Update to 8.1.1, cleanup patches * Patch and use pc file installation from upstream * Simplify dependency fixup * Remove obsolete VCPKG_BUILD_SHARED_LIBS * Revise feature and dependency interface * Update versions * Use all libs from proj.pc for gdal * Set CMP0012 for dependency control * Update versions * Update versions * Fix missing user32.lib when using libcrypto * Update versions * Fix missing user32.lib when using libcrypto * Update versions
49 lines
847 B
JSON
49 lines
847 B
JSON
{
|
|
"name": "proj4",
|
|
"version-semver": "8.1.1",
|
|
"description": "PROJ.4 library for cartographic projections",
|
|
"homepage": "https://proj.org/",
|
|
"dependencies": [
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|