File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include(ExternalProject)
7
7
# clone repo only
8
8
ExternalProject_Add(libkvscproducer-download
9
9
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
10
- GIT_TAG 7d1b76f53680c1e23afb6f35f0cca97ccdb35e3f
10
+ GIT_TAG 178109a5dbfc5288ba5cf7fab1dc1afd5e2e182b
11
11
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
12
12
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
13
13
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}")
3
3
include (Utilities)
4
4
project (KinesisVideoProducerCpp)
5
5
6
- project (KinesisVideoProducerCpp VERSION 3.4.0 )
6
+ project (KinesisVideoProducerCpp VERSION 3.4.1 )
7
7
8
8
set (CMAKE_CXX_STANDARD 11)
9
9
include (GNUInstallDirs)
You can’t perform that action at this time.
0 commit comments