Skip to content

Commit

Permalink
Release commit 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Sep 5, 2023
1 parent a457593 commit f7ca82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Dependencies/libkvspic-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ include(ExternalProject)
# clone repo only
ExternalProject_Add(libkvspic-download
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-pic.git
GIT_TAG release-101
GIT_TAG 57637ea593f4b43c509413a44d993ed08d7f2616
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvspic-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvspic-build"
CMAKE_ARGS

0 comments on commit f7ca82f

Please sign in to comment.