Skip to content

Commit

Permalink
Update libkvscproducer-CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Oct 9, 2024
1 parent 6d99981 commit e4633e6
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 master
GIT_TAG v1.5.3
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit e4633e6

Please sign in to comment.