From 79f421c624098a2d799d4c5e1084fb15d5b1f655 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 23 Jul 2023 21:00:45 +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 bef11ae..ac62065 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # meta data set(META_PROJECT_NAME qtforkawesome)