CMake: don't check for VCPKG

This commit is contained in:
redtide 2023-05-30 10:32:29 +02:00
parent aa71ce06cf
commit a6659e0110
No known key found for this signature in database

View file

@ -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") set(MIDI_CC_COUNT 512 CACHE STRING "Maximum amount of Control Change Messages")
# TODO: VCPKG OR SNDFILE_STATIC? if(PLUGIN_LV2 AND SFIZZ_SNDFILE_STATIC)
if(PLUGIN_LV2 AND SFIZZ_USE_VCPKG)
set(LV2_PLUGIN_SPDX_LICENSE_ID "LGPL-3.0-only") set(LV2_PLUGIN_SPDX_LICENSE_ID "LGPL-3.0-only")
endif() endif()