From 7b4a867af5bd87a73c258d32149fb30a18c58eda Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 20 Jun 2023 10:59:43 +0200 Subject: CMakeLists.txt: require >= 3.13 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3