Skip to content

Commit

Permalink
change producer c git_tag to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Nov 28, 2023
1 parent 6ae66ef commit bbe08e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Dependencies/libkvscproducer-CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(ExternalProject)
# clone repo only
ExternalProject_Add(libkvscproducer-download
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
GIT_TAG 5e8a5cfa0e2e12304983abbe0a9fa023b574ef9a
GIT_TAG develop
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit bbe08e1

Please sign in to comment.