From a6659e0110682913569e26e4420666e12202cf8e Mon Sep 17 00:00:00 2001 From: redtide Date: Tue, 30 May 2023 10:32:29 +0200 Subject: [PATCH] CMake: don't check for VCPKG --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d6b4e5..547cc22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,8 +42,7 @@ option_ex(SFIZZ_USE_SYSTEM_VST3SDK "Use VST3SDK source files preinstalled on sys set(MIDI_CC_COUNT 512 CACHE STRING "Maximum amount of Control Change Messages") -# TODO: VCPKG OR SNDFILE_STATIC? -if(PLUGIN_LV2 AND SFIZZ_USE_VCPKG) +if(PLUGIN_LV2 AND SFIZZ_SNDFILE_STATIC) set(LV2_PLUGIN_SPDX_LICENSE_ID "LGPL-3.0-only") endif()