changeset 109:2549eecdc996

updated minimum cmake version for Azure & Google
author Alain Mazy <am@osimis.io>
date Tue, 10 Oct 2023 15:15:04 +0200
parents 030b78960c4f
children 37a4b8e2577f
files Azure/CMakeLists.txt Google/CMakeLists.txt
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>.
 
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.3)
 
 project(OrthancAzureBlobStorage)
 
--- 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 <http://www.gnu.org/licenses/>.
 
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.3)
 
 project(OrthancGoogleCloudStorage)