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 f68a506 commit ade7deaCopy full SHA for ade7dea
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 6e5cbcca5f4ab4ee7a2987465906634237361b14
+ GIT_TAG a8091d1a140fbdcb260ba3c8302aa2e4712d2d91
11
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
12
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
13
CONFIGURE_COMMAND ""
0 commit comments