Skip to content

Commit 1ad3df1

Browse files
committed
Update to VST3 SDK v3.7.8 build 34
1 parent 3ca9979 commit 1ad3df1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ARA_Examples

install_vst3sdk.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(EXISTS "${VST3_SDK_DIR}")
2929
endif()
3030
else()
3131
message(STATUS "Cloning VST3 SDK to '${VST3_SDK_DIR}'...")
32-
execute_process(COMMAND git clone --depth=1 --shallow-submodules --single-branch --no-tags --progress --branch v3.7.4_build_25 https://github.com/steinbergmedia/vst3sdk.git "${VST3_SDK_DIR}" RESULT_VARIABLE result)
32+
execute_process(COMMAND git clone --depth=1 --shallow-submodules --single-branch --no-tags --progress --branch v3.7.8_build_34 https://github.com/steinbergmedia/vst3sdk.git "${VST3_SDK_DIR}" RESULT_VARIABLE result)
3333
if(result)
3434
message(FATAL_ERROR "Cloning repository failed: ${result}")
3535
endif()

0 commit comments

Comments
 (0)