We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bc3e6 commit 73d9f52Copy full SHA for 73d9f52
1 file changed
cmake/Element.cmake
@@ -56,8 +56,8 @@ endif()
56
# JUCE VST2 SDK path setup
57
if(ELEMENT_ENABLE_VST2)
58
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}")
+ # set(JUCE_GLOBAL_VST2_SDK_PATH "${ELEMENT_VST2_SDK_PATH}")
+ message(STATUS "VST2 SDK Path: ${ELEMENT_VST2_SDK_PATH}")
61
endif()
62
63
# Setup a plugin by target name
0 commit comments