DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 55834c253b09c63418619a95fed48b33b656c921
parent 2899d26349359181020988f0e5dc6b4d212d36b4
Author: falkTX <falktx@falktx.com>
Date:   Sun, 13 Jun 2021 19:58:39 +0100

Adapt cmake for file name change

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mcmake/DPF-plugin.cmake | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/cmake/DPF-plugin.cmake b/cmake/DPF-plugin.cmake @@ -596,13 +596,6 @@ endfunction() # function(dpf__add_plugin_target_definition NAME TARGET) string(TOUPPER "${TARGET}" _upperTarget) - - # resolve the alias into the proper name - # the name "vst2" is new, "vst" is legacy - if(_upperTarget STREQUAL "VST2") - set(_upperTarget "VST") - endif() - target_compile_definitions("${NAME}" PRIVATE "DISTRHO_PLUGIN_TARGET_${_upperTarget}") endfunction()