vcpkg/ports/libspatialindex/vcpkg.json
Long Huan 8c242b4457
[libspatialindex] Update to 1.9.3 (#17506)
* update to 1.9.3

* update version

* fix static build failed

* Update ports/libspatialindex/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* format

* Update libspatialindex.json

* Update ports/libspatialindex/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/libspatialindex/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update libspatialindex.json

* Update ports/libspatialindex/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update libspatialindex.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-05-26 15:02:26 -07:00

10 lines
231 B
JSON

{
"name": "libspatialindex",
"version": "1.9.3",
"description": "C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API.",
"homepage": "http://libspatialindex.github.com",
"dependencies": [
"zlib"
]
}