From 42b32b990c81ba022c8065ed39d625b929da6020 Mon Sep 17 00:00:00 2001 From: llnulldisk <48621230+llnulldisk@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:56:53 +0200 Subject: Downgrade dependencies to support Ubuntu 18.04 --- samples/echobot-curl-client/CMakeLists.txt | 2 +- samples/echobot-setmycommands/CMakeLists.txt | 2 +- samples/echobot-submodule/CMakeLists.txt | 2 +- samples/echobot-webhook-server/CMakeLists.txt | 2 +- samples/echobot/CMakeLists.txt | 2 +- samples/inline-keyboard/CMakeLists.txt | 2 +- samples/photo/CMakeLists.txt | 2 +- samples/received-text-processing/CMakeLists.txt | 2 +- samples/reply-keyboard/CMakeLists.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'samples') diff --git a/samples/echobot-curl-client/CMakeLists.txt b/samples/echobot-curl-client/CMakeLists.txt index d9347a5..74b45c5 100644 --- a/samples/echobot-curl-client/CMakeLists.txt +++ b/samples/echobot-curl-client/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(echobot-curl-client) set(CMAKE_CXX_STANDARD 14) diff --git a/samples/echobot-setmycommands/CMakeLists.txt b/samples/echobot-setmycommands/CMakeLists.txt index e6c63eb..f8d4ad2 100644 --- a/samples/echobot-setmycommands/CMakeLists.txt +++ b/samples/echobot-setmycommands/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(echobot-setmycommands) set(CMAKE_CXX_STANDARD 14) diff --git a/samples/echobot-submodule/CMakeLists.txt b/samples/echobot-submodule/CMakeLists.txt index 8561602..e7a16f1 100644 --- a/samples/echobot-submodule/CMakeLists.txt +++ b/samples/echobot-submodule/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(echobot-submodule) set(CMAKE_CXX_STANDARD 14) diff --git a/samples/echobot-webhook-server/CMakeLists.txt b/samples/echobot-webhook-server/CMakeLists.txt index ca56c53..3f4e8b8 100644 --- a/samples/echobot-webhook-server/CMakeLists.txt +++ b/samples/echobot-webhook-server/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(echobot-webhook-server) set(CMAKE_CXX_STANDARD 14) diff --git a/samples/echobot/CMakeLists.txt b/samples/echobot/CMakeLists.txt index 26897b6..20f5297 100644 --- a/samples/echobot/CMakeLists.txt +++ b/samples/echobot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(echobot) set(CMAKE_CXX_STANDARD 14) diff --git a/samples/inline-keyboard/CMakeLists.txt b/samples/inline-keyboard/CMakeLists.txt index 76ea949..01d8718 100644 --- a/samples/inline-keyboard/CMakeLists.txt +++ b/samples/inline-keyboard/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(inline-keyboard) set(CMAKE_CXX_STANDARD 14) diff --git a/samples/photo/CMakeLists.txt b/samples/photo/CMakeLists.txt index 6885bf7..a4edadc 100644 --- a/samples/photo/CMakeLists.txt +++ b/samples/photo/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(photo) set(CMAKE_CXX_STANDARD 14) diff --git a/samples/received-text-processing/CMakeLists.txt b/samples/received-text-processing/CMakeLists.txt index d1f08d3..0c2a550 100644 --- a/samples/received-text-processing/CMakeLists.txt +++ b/samples/received-text-processing/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +ccmake_minimum_required(VERSION 3.10.2) project(received-text-processing) set(CMAKE_CXX_STANDARD 14) diff --git a/samples/reply-keyboard/CMakeLists.txt b/samples/reply-keyboard/CMakeLists.txt index 845b038..4510692 100644 --- a/samples/reply-keyboard/CMakeLists.txt +++ b/samples/reply-keyboard/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(reply-keyboard) set(CMAKE_CXX_STANDARD 14) -- cgit v1.2.3