Skip to content

Commit

Permalink
Switch to roc 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Nov 22, 2023
1 parent ede14fb commit ae0b817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/download_roc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(SCONS_CMD

ExternalProject_Add(roc
GIT_REPOSITORY "https://github.com/roc-streaming/roc-toolkit.git"
GIT_TAG "develop"
GIT_TAG "v0.3.0"
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/roc-src"
INSTALL_DIR "${CMAKE_CURRENT_BINARY_DIR}/roc-prefix"
BUILD_IN_SOURCE ON
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_roc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

dir="$1"
branch="develop"
branch="master"

git clone --recurse-submodules -b "$branch" \
https://github.com/roc-streaming/roc-toolkit.git "$dir"

0 comments on commit ae0b817

Please sign in to comment.