Skip to content

Commit ab7b647

Browse files
committed
Fix build
1 parent eafbab2 commit ab7b647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(SCONS_CMD
3333
ExternalProject_Add(roc_lib
3434
GIT_REPOSITORY "https://github.com/roc-streaming/roc-toolkit.git"
3535
GIT_TAG "8f75c4b336f81bfaa13229e3605697b180154929"
36-
GIT_SHALLOW ON
36+
GIT_SHALLOW OFF
3737
GIT_PROGRESS ON
3838
UPDATE_DISCONNECTED ON
3939
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/3rdparty/roc

0 commit comments

Comments
 (0)