update to 1.5.1 (#35388)

This commit is contained in:
Mengna Li 2023-11-29 13:40:40 +08:00 committed by GitHub
parent 64ca152891
commit e13d13cf84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jlblancoc/nanoflann
REF "v${VERSION}"
SHA512 2248eed37872737c1f3c031e65d2f892024e35aa81ccf14cf8222289cfe12b5ca3fe461749e060ff822ca9e40dd9cb918216468c1343a42305f7adf780888c50
SHA512 bc4cdb285708f605ac202af41a66140d49b0fb54a96ce19642ab18e22ee0ffea6374ad1de08988ad4cef6aae8a65aad2a824b95b1c03fc0d762ccc783732b2ee
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "nanoflann",
"version": "1.5.0",
"version": "1.5.1",
"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",

View File

@ -5829,7 +5829,7 @@
"port-version": 8
},
"nanoflann": {
"baseline": "1.5.0",
"baseline": "1.5.1",
"port-version": 0
},
"nanogui": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a2d0d87e714fc8a7ec923469a4bf2ae0ceb405c3",
"version": "1.5.1",
"port-version": 0
},
{
"git-tree": "23c05262f235796a1f01174f1dedc48c346e96af",
"version": "1.5.0",