[Flann] disable openmp (#26053)

* [flann] disable openmp -> requires a feature.

* v db
This commit is contained in:
Alexander Neumann 2022-08-01 23:05:33 +02:00 committed by GitHub
parent 9547b761ae
commit 4ad26901ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -26,6 +26,7 @@ vcpkg_cmake_configure(
-DBUILD_DOC=OFF
-DBUILD_PYTHON_BINDINGS=OFF
-DBUILD_MATLAB_BINDINGS=OFF
-DUSE_OPENMP=OFF
OPTIONS_DEBUG
-DCMAKE_DEBUG_POSTFIX=d
)

View File

@ -1,7 +1,7 @@
{
"name": "flann",
"version-date": "2019-04-07",
"port-version": 5,
"port-version": 6,
"description": "Fast Library for Approximate Nearest Neighbors",
"homepage": "https://github.com/mariusmuja/flann",
"license": "BSD-3-Clause",

View File

@ -2274,7 +2274,7 @@
},
"flann": {
"baseline": "2019-04-07",
"port-version": 5
"port-version": 6
},
"flash-runtime-extensions": {
"baseline": "2.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "300415ad416640a5b4a4f0895a3250b306726181",
"version-date": "2019-04-07",
"port-version": 6
},
{
"git-tree": "b31eace0fd51c64ee799affea9ef2127dab68a25",
"version-date": "2019-04-07",