blob: 681837aa7a988c3bbaa12e2c8c373c933078d680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -20,10 +20,6 @@ add_subdirectory(baseLib)
add_subdirectory(synthLib)
add_subdirectory(libresample)
-# ----------------- Try to install VST2 SDK
-
-include(findvst2.cmake)
-
# ----------------- Juce based audio plugin dependencies
set_property(GLOBAL PROPERTY USE_FOLDERS YES)
|