Skip to content

Commit

Permalink
fix git_tag from master to fix the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Dec 8, 2023
1 parent 064027c commit 870deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Dependencies/libkvsCommonLws-CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 870deb3

Please sign in to comment.