We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1faaf94 commit 2c80f14Copy full SHA for 2c80f14
CMake/Dependencies/libkvscproducer-CMakeLists.txt
@@ -7,7 +7,7 @@ include(ExternalProject)
7
# clone repo only
8
ExternalProject_Add(libkvscproducer-download
9
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
10
- GIT_TAG 30741d563f87e08823d691f0ee20b313da89f269
+ GIT_TAG d1095356712729d0489e56d1d0e27f5ce0a29fad
11
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
12
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
13
CONFIGURE_COMMAND ""
0 commit comments