From f39ae65ef72276d3b78255989c5d493fa2f836d1 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 23 Jul 2023 21:08:50 +0200 Subject: [PATCH] Avoid CMake deprecation warning by bumping version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9042ddc..d925135 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # set meta data project(geocoordinatecalculator)