From 55834c253b09c63418619a95fed48b33b656c921 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 13 Jun 2021 19:59:06 +0100 Subject: [PATCH] Adapt cmake for file name change Signed-off-by: falkTX --- cmake/DPF-plugin.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmake/DPF-plugin.cmake b/cmake/DPF-plugin.cmake index 78423737..678b94c6 100644 --- 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()