diff --git a/vcpkg.json b/vcpkg.json index 72625d8fa9..5cf6972ce0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -46,8 +46,14 @@ "openblasfftw": { "description": "Build with OpenBLAS/FFTW", "dependencies": [ - "fftw3", - "openblas", + { + "name": "fftw3", + "features": [ "threads" ] + }, + { + "name": "openblas", + "features": [ "threads" ] + }, "lapack" ] },