Skip to content

Commit

Permalink
Rebase latest cproducer (#649)
Browse files Browse the repository at this point in the history
* Rebasing on top of the latest c producer

* Rebase on latest c producer
  • Loading branch information
MushMal authored Feb 2, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1faaf94 commit 2c80f14
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
@@ -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 30741d563f87e08823d691f0ee20b313da89f269
GIT_TAG d1095356712729d0489e56d1d0e27f5ce0a29fad
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
CONFIGURE_COMMAND ""

0 comments on commit 2c80f14

Please sign in to comment.