From 3e243750a01df553ca739919abdc1d22c2165fef Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 23 Jul 2023 21:09: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 8ec593c..1bf7478 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) # meta data project(videodownloader)