1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1112964
--- gm-assistant-1.2.4.orig/CMakeLists.txt
+++ gm-assistant-1.2.4/CMakeLists.txt
@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#************************************************************************
-cmake_minimum_required (VERSION 3.1)
+cmake_minimum_required (VERSION 3.5)
# project information
set (PROJECT_NAME GM-Assistant)
|