Skip to content

Commit 73d9f52

Browse files
committed
fix: update VST2 SDK path setup to use local variable and remove unused global variable
1 parent 35bc3e6 commit 73d9f52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/Element.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ endif()
5656
# JUCE VST2 SDK path setup
5757
if(ELEMENT_ENABLE_VST2)
5858
set(ELEMENT_VST2_SDK_PATH "${USER_HOME_DIRECTORY}/SDKs/vstsdk2.4")
59-
set(JUCE_GLOBAL_VST2_SDK_PATH "${ELEMENT_VST2_SDK_PATH}")
60-
message(STATUS "VST2 SDK Path: ${JUCE_GLOBAL_VST2_SDK_PATH}")
59+
# set(JUCE_GLOBAL_VST2_SDK_PATH "${ELEMENT_VST2_SDK_PATH}")
60+
message(STATUS "VST2 SDK Path: ${ELEMENT_VST2_SDK_PATH}")
6161
endif()
6262

6363
# Setup a plugin by target name

0 commit comments

Comments
 (0)