diff --git a/CMakeLists.txt b/CMakeLists.txt index 37a015a..0d75a16 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) # metadata set(META_PROJECT_NAME repomgr) diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index bb650d9..4d17a00 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # add project files set(HEADER_FILES) diff --git a/libpkg/CMakeLists.txt b/libpkg/CMakeLists.txt index 178215e..6a87dbb 100644 --- a/libpkg/CMakeLists.txt +++ b/libpkg/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # add project files set(HEADER_FILES diff --git a/librepomgr/CMakeLists.txt b/librepomgr/CMakeLists.txt index fb5b551..4f06445 100644 --- a/librepomgr/CMakeLists.txt +++ b/librepomgr/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # add project files set(HEADER_FILES diff --git a/pacfind/CMakeLists.txt b/pacfind/CMakeLists.txt index d30df8b..b5ef069 100644 --- a/pacfind/CMakeLists.txt +++ b/pacfind/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # add project files set(HEADER_FILES) diff --git a/srv/CMakeLists.txt b/srv/CMakeLists.txt index 4521b30..065c7b0 100644 --- a/srv/CMakeLists.txt +++ b/srv/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # add project files set(HEADER_FILES) diff --git a/srv/cmake/modules/SystemdService.cmake b/srv/cmake/modules/SystemdService.cmake index e227bda..dc8919f 100644 --- a/srv/cmake/modules/SystemdService.cmake +++ b/srv/cmake/modules/SystemdService.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # prevent multiple inclusion if (DEFINED SYSTEMD_SERVICE_LOADED)