From c0a62004849b0d32809c047a2c402f738fd8d748 Mon Sep 17 00:00:00 2001 From: EmilienBINET <78504841+EmilienBINET@users.noreply.github.com> Date: Wed, 16 Nov 2022 18:23:55 +0100 Subject: [PATCH] Reduce minimum Cmake version to fit conancenter CI --- .../all/patches/0001-update-cmakelists-1-0-3-0.patch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes/cppcommon/all/patches/0001-update-cmakelists-1-0-3-0.patch b/recipes/cppcommon/all/patches/0001-update-cmakelists-1-0-3-0.patch index fdea465b87c9e..83cb81ebe9a49 100644 --- a/recipes/cppcommon/all/patches/0001-update-cmakelists-1-0-3-0.patch +++ b/recipes/cppcommon/all/patches/0001-update-cmakelists-1-0-3-0.patch @@ -2,6 +2,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt index aa5447a8..10a0065b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.20) ++cmake_minimum_required(VERSION 3.18.2) + + # Global properties + set_property(GLOBAL PROPERTY USE_FOLDERS ON) @@ -17,49 +17,36 @@ if(DOXYGEN_FOUND) endif() endif()