aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-06-20 10:59:43 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-06-20 10:59:43 +0200
commit7b4a867af5bd87a73c258d32149fb30a18c58eda (patch)
treed109677ca152cf2fbd573519943486b2405b9a76
parent2bf0d384aca5129ebb60403bc993b2408db52e32 (diff)
CMakeLists.txt: require >= 3.13
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6c6f5f3f..03e687ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
-cmake_minimum_required(VERSION 3.7)
+cmake_minimum_required(VERSION 3.13)
project(qxmpp VERSION 1.6.0)
set(SO_VERSION 4)