CMake: don't check for VCPKG
This commit is contained in:
parent
aa71ce06cf
commit
a6659e0110
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue