mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[Flann] disable openmp (#26053)
* [flann] disable openmp -> requires a feature. * v db
This commit is contained in:
parent
9547b761ae
commit
4ad26901ec
@ -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
|
||||
)
|
||||
|
@ -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",
|
||||
|
@ -2274,7 +2274,7 @@
|
||||
},
|
||||
"flann": {
|
||||
"baseline": "2019-04-07",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"flash-runtime-extensions": {
|
||||
"baseline": "2.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "300415ad416640a5b4a4f0895a3250b306726181",
|
||||
"version-date": "2019-04-07",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "b31eace0fd51c64ee799affea9ef2127dab68a25",
|
||||
"version-date": "2019-04-07",
|
||||
|
Loading…
Reference in New Issue
Block a user