From 1993046e9631bedda271faac819d670d5b2a33b6 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 23 Jul 2023 21:06:56 +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 67457ce..c691b8b 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(passwordmanager)