From 8cefe1d7503a709d1a9e7af2fe0119e2b8060bd6 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 18 Feb 2021 02:31:28 +0300 Subject: [PATCH] (#4109) [easyhttpcpp] fix hook KB-H048 * [easyhttpcpp] fix hook KB-H048 * Fix --- recipes/easyhttpcpp/all/CMakeLists.txt | 2 +- recipes/easyhttpcpp/all/test_package/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/easyhttpcpp/all/CMakeLists.txt b/recipes/easyhttpcpp/all/CMakeLists.txt index ef9ca878ff839..e8b95837a314d 100644 --- a/recipes/easyhttpcpp/all/CMakeLists.txt +++ b/recipes/easyhttpcpp/all/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.1) project(cmake_wrapper) include(conanbuildinfo.cmake) diff --git a/recipes/easyhttpcpp/all/test_package/CMakeLists.txt b/recipes/easyhttpcpp/all/test_package/CMakeLists.txt index 94e2f7e9e4627..829b5ca81b9ce 100644 --- a/recipes/easyhttpcpp/all/test_package/CMakeLists.txt +++ b/recipes/easyhttpcpp/all/test_package/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.1) project(test_package) include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)