From bf73f3da9f85719c699ea80cf4247d554d516c21 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 23 Jul 2023 20:55:45 +0200 Subject: [PATCH] Avoid deprecation warning by bumping CMake version --- auto-makepkg/CMakeLists.txt | 2 +- bookmarksync/CMakeLists.txt | 2 +- dbus-soundrecorder/CMakeLists.txt | 2 +- geocoordinatecalculator/CMakeLists.txt | 2 +- passwordmanager/CMakeLists.txt | 2 +- pianobooster/CMakeLists.txt | 2 +- repoindex/CMakeLists.txt | 2 +- syncthingtray/CMakeLists.txt | 2 +- tageditor/CMakeLists.txt | 2 +- videodownloader/CMakeLists.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/auto-makepkg/CMakeLists.txt b/auto-makepkg/CMakeLists.txt index 20f7381..daf62dd 100644 --- a/auto-makepkg/CMakeLists.txt +++ b/auto-makepkg/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("auto-makepkg-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/bookmarksync/CMakeLists.txt b/bookmarksync/CMakeLists.txt index 2217e77..e310ca6 100644 --- a/bookmarksync/CMakeLists.txt +++ b/bookmarksync/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("bookmark-sync-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/dbus-soundrecorder/CMakeLists.txt b/dbus-soundrecorder/CMakeLists.txt index 1d59e67..97b46c4 100644 --- a/dbus-soundrecorder/CMakeLists.txt +++ b/dbus-soundrecorder/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("dbus-soundrecorder-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/geocoordinatecalculator/CMakeLists.txt b/geocoordinatecalculator/CMakeLists.txt index 2045293..d10cb51 100644 --- a/geocoordinatecalculator/CMakeLists.txt +++ b/geocoordinatecalculator/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("geocoordinatecalculator-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/passwordmanager/CMakeLists.txt b/passwordmanager/CMakeLists.txt index 6ea7839..7e54edd 100644 --- a/passwordmanager/CMakeLists.txt +++ b/passwordmanager/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("passwordmanager-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/pianobooster/CMakeLists.txt b/pianobooster/CMakeLists.txt index 72317fa..0bd350a 100644 --- a/pianobooster/CMakeLists.txt +++ b/pianobooster/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("pianobooster-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/repoindex/CMakeLists.txt b/repoindex/CMakeLists.txt index 3f25382..b7cde4e 100644 --- a/repoindex/CMakeLists.txt +++ b/repoindex/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("repoindex-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/syncthingtray/CMakeLists.txt b/syncthingtray/CMakeLists.txt index 5d9e449..bdc36e4 100644 --- a/syncthingtray/CMakeLists.txt +++ b/syncthingtray/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("syncthingtray-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/tageditor/CMakeLists.txt b/tageditor/CMakeLists.txt index a6047e1..d2529d9 100644 --- a/tageditor/CMakeLists.txt +++ b/tageditor/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("tageditor-subdirs") set(SUBDIRS_PREFIX "../..") diff --git a/videodownloader/CMakeLists.txt b/videodownloader/CMakeLists.txt index c0af85b..5ddd793 100644 --- a/videodownloader/CMakeLists.txt +++ b/videodownloader/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) project("videodownloader-subdirs") set(SUBDIRS_PREFIX "../..")