From b44411382cdaccf591a02e64b18fd1ce6ce91d5f Mon Sep 17 00:00:00 2001 From: Dominic Clark Date: Fri, 2 Feb 2024 08:56:21 +0000 Subject: [PATCH] Fix vcpkg dependencies (#7088) --- vcpkg.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 48a3e3c28..1f6440934 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,14 +1,13 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "name": "lmms", "dependencies": [ { "name": "fftw3", "default-features": false, "features": [ "sse", - "sse2", - "avx", - "avx2" + "sse2" ] }, { @@ -64,10 +63,7 @@ }, { "name": "sdl2", - "default-features": false, - "features": [ - "base" - ] + "default-features": false }, { "name": "zlib",