mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 03:29:01 +08:00
612102b828
* [proj4] Fix the usage * Update the baseline * Small changes * Update the baseline version * Remove PREFER_NINJA * Update the baseline revision * Update the version scheme * Update the baseline version * Avoid configure_file to fill out proj4. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
52 lines
948 B
JSON
52 lines
948 B
JSON
{
|
|
"name": "proj4",
|
|
"version-semver": "7.2.1",
|
|
"port-version": 4,
|
|
"description": "PROJ.4 library for cartographic projections",
|
|
"homepage": "https://github.com/OSGeo/PROJ",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"database",
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"database": {
|
|
"description": "generate database",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlite3",
|
|
"host": true,
|
|
"features": [
|
|
"tool"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Enable TIFF support to read some grids",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "generate tools",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
}
|
|
}
|
|
}
|