mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[nanoflann] Update to 1.6.2 (#41975)
This commit is contained in:
parent
92ffac6b87
commit
1a2f8430f8
4 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jlblancoc/nanoflann
|
||||
REF "v${VERSION}"
|
||||
SHA512 59959551657696cdc770e860328cd69b4994b580097b780ffca70ed40d875a7a4d0afcec9ce4ca705ec04365905ca2446151289b966cefe892090e81a6ff537d
|
||||
SHA512 9405970865cf5a7b5fe8316e3b528b29530eea5eac22419d602ef008a2e09dce78dbf66f3c10c1d22ce2c3d5e69a650b27818ee4eb9cee9a583488ce1c81ed2d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nanoflann",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"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",
|
||||
|
|
|
@ -6213,7 +6213,7 @@
|
|||
"port-version": 8
|
||||
},
|
||||
"nanoflann": {
|
||||
"baseline": "1.6.1",
|
||||
"baseline": "1.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"nanogui": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4507bff853611eae4a7b92bf22cb4b8e790299c0",
|
||||
"version": "1.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f36048fc06dedbe1c1999c026b0ff8ceef57be72",
|
||||
"version": "1.6.1",
|
||||
|
|
Loading…
Reference in a new issue