mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 23:49:16 +08:00
update to 1.5.1 (#35388)
This commit is contained in:
parent
64ca152891
commit
e13d13cf84
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO jlblancoc/nanoflann
|
REPO jlblancoc/nanoflann
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 2248eed37872737c1f3c031e65d2f892024e35aa81ccf14cf8222289cfe12b5ca3fe461749e060ff822ca9e40dd9cb918216468c1343a42305f7adf780888c50
|
SHA512 bc4cdb285708f605ac202af41a66140d49b0fb54a96ce19642ab18e22ee0ffea6374ad1de08988ad4cef6aae8a65aad2a824b95b1c03fc0d762ccc783732b2ee
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nanoflann",
|
"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).",
|
"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",
|
"homepage": "https://github.com/jlblancoc/nanoflann",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
@ -5829,7 +5829,7 @@
|
|||||||
"port-version": 8
|
"port-version": 8
|
||||||
},
|
},
|
||||||
"nanoflann": {
|
"nanoflann": {
|
||||||
"baseline": "1.5.0",
|
"baseline": "1.5.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"nanogui": {
|
"nanogui": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "a2d0d87e714fc8a7ec923469a4bf2ae0ceb405c3",
|
||||||
|
"version": "1.5.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "23c05262f235796a1f01174f1dedc48c346e96af",
|
"git-tree": "23c05262f235796a1f01174f1dedc48c346e96af",
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user