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 76e697c commit 0fb9254Copy full SHA for 0fb9254
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 81305d2796b5d571a8c19edc59c0463975f97c8c
+ GIT_TAG ca3401496223bd536faff4eaa8f14eb01c0642f9
11
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
12
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
13
CONFIGURE_COMMAND ""
0 commit comments