vcpkg/ports/nanoflann/vcpkg.json
MonicaLiu bf7748b51a
[nanoflann] update to 1.5.0 (#32093)
* update nanoflann

* update version

* fix dependency nanoflann

* update version

* Modify EOF to LF

* update git-tree

* Modify MAYBE_UNUSED_VARIABLES

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-21 17:59:59 -07:00

18 lines
476 B
JSON

{
"name": "nanoflann",
"version": "1.5.0",
"description": "nanoflann is a C++11 header-only library for building KD-Trees of datasets with different topologies: R2, R3 (point clouds), SO(2) and SO(3) (2D and 3D rotation groups).",
"homepage": "https://github.com/jlblancoc/nanoflann",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}