diff options
| author | Lars Glud <larshg@gmail.com> | 2021-05-26 23:48:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 14:48:21 -0700 |
| commit | 2462a956c8068e4dab8aa8bbe9a406016106e188 (patch) | |
| tree | e6286f53d1f97e0df41bb3c4b310068e11acf286 /versions/f- | |
| parent | 7234002d11141cc6376334b80a7fdde9f8f2668e (diff) | |
| download | vcpkg-2462a956c8068e4dab8aa8bbe9a406016106e188.tar.gz vcpkg-2462a956c8068e4dab8aa8bbe9a406016106e188.zip | |
[FLANN] Allow to be build as shared lib (#16724)
* Allow FLANN to be build as shared lib
* Fix openmvg linking to FLANN
* Fix pcl linking to FLANN
Diffstat (limited to 'versions/f-')
| -rw-r--r-- | versions/f-/flann.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/f-/flann.json b/versions/f-/flann.json index b0006366a..21fc14ccf 100644 --- a/versions/f-/flann.json +++ b/versions/f-/flann.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "960ba6bf0c3bb6c11b5a4a9bf413a21947927e08", + "version-date": "2019-04-07", + "port-version": 2 + }, + { "git-tree": "a5855028e07259d339cb5a39c45fe92e679aa82b", "version-string": "2019-04-07", "port-version": 1 |
