Skip to content

Commit

Permalink
updated cmake verison from 2.8 to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 authored and disa6302 committed Sep 7, 2021
1 parent 79b05cb commit 2cc3231
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMake/Dependencies/libautoconf-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)

project(libautoconf-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion CMake/Dependencies/libautomake-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)

project(libautomake-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion CMake/Dependencies/libcurl-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)

project(libcurl-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion CMake/Dependencies/libgtest-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)

project(libgtest-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion CMake/Dependencies/libjsmn-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)

project(libjsmn-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion CMake/Dependencies/libjsmn-add-cmakelists.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ index 0000000..f4a1d44
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,11 @@
+cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.6.3)
+project(jsmn C)
+
+
Expand Down
4 changes: 2 additions & 2 deletions CMake/Dependencies/libkvscproducer-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)

project(libkvscproducer-download NONE)

Expand All @@ -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 99c1a8cd8cec88f99c9c4ce3944b53ae341d1491
GIT_TAG 69f68a7263efc6435c8dcf64ed163c9baa699325
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
CONFIGURE_COMMAND ""
Expand Down
2 changes: 1 addition & 1 deletion CMake/Dependencies/liblog4cplus-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)
find_program(MAKE_EXE NAMES make)

project(log4cplus-download NONE)
Expand Down
2 changes: 1 addition & 1 deletion CMake/Dependencies/libopenssl-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)

project(libopenssl-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(APPLE AND NOT DEFINED ENV{MACOSX_DEPLOYMENT_TARGET} AND NOT DEFINED ENV{SDKRO
set(CMAKE_OSX_DEPLOYMENT_TARGET ${CMAKE_SYSTEM_VERSION})
endif()

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.6.3)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
include(Utilities)
project(KinesisVideoProducerCpp)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.6.3)

project(KinesisVideoProducer)

Expand Down
2 changes: 1 addition & 1 deletion tst/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.6.3)
project(producerTest)

file(GLOB PRODUCER_TEST_SOURCES *.cpp)
Expand Down

0 comments on commit 2cc3231

Please sign in to comment.