File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include(ExternalProject)
77# clone repo only
88ExternalProject_Add(libkvscproducer-download
99 GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
10- GIT_TAG 7d1b76f53680c1e23afb6f35f0cca97ccdb35e3f
10+ GIT_TAG 178109a5dbfc5288ba5cf7fab1dc1afd5e2e182b
1111 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
1212 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
1313 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
33include (Utilities)
44project (KinesisVideoProducerCpp)
55
6- project (KinesisVideoProducerCpp VERSION 3.4.0 )
6+ project (KinesisVideoProducerCpp VERSION 3.4.1 )
77
88set (CMAKE_CXX_STANDARD 11)
99include (GNUInstallDirs)
You can’t perform that action at this time.
0 commit comments