# HG changeset patch # User Alain Mazy # Date 1696943704 -7200 # Node ID 2549eecdc9967a03b9d7c055407cb5ad022b642a # Parent 030b78960c4f04554185ca66a8e053b9f4ee690c updated minimum cmake version for Azure & Google diff -r 030b78960c4f -r 2549eecdc996 Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Tue Oct 10 15:11:42 2023 +0200 +++ b/Azure/CMakeLists.txt Tue Oct 10 15:15:04 2023 +0200 @@ -15,7 +15,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.3) project(OrthancAzureBlobStorage) diff -r 030b78960c4f -r 2549eecdc996 Google/CMakeLists.txt --- a/Google/CMakeLists.txt Tue Oct 10 15:11:42 2023 +0200 +++ b/Google/CMakeLists.txt Tue Oct 10 15:15:04 2023 +0200 @@ -15,7 +15,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.3) project(OrthancGoogleCloudStorage)