From 870deb3ddaf7c3676bebd267b0d61a76ad562751 Mon Sep 17 00:00:00 2001 From: Niyati Maheshwari Date: Fri, 8 Dec 2023 11:06:53 -0800 Subject: [PATCH] fix git_tag from master to fix the ci --- CMake/Dependencies/libkvsCommonLws-CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/Dependencies/libkvsCommonLws-CMakeLists.txt b/CMake/Dependencies/libkvsCommonLws-CMakeLists.txt index 12e513ca05..08ae3908db 100644 --- a/CMake/Dependencies/libkvsCommonLws-CMakeLists.txt +++ b/CMake/Dependencies/libkvsCommonLws-CMakeLists.txt @@ -6,7 +6,7 @@ include(ExternalProject) ExternalProject_Add(libkvsCommonLws-download GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git - GIT_TAG develop + GIT_TAG 178109a5dbfc5288ba5cf7fab1dc1afd5e2e182b PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${OPEN_SRC_INSTALL_PREFIX}