From 304c74101ea02668eadd83d2cfa376f167826ac7 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 3 Oct 2021 19:13:33 +0200 Subject: [PATCH] Raise required CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9137103e4..aa8bb823e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # SPDX-FileCopyrightText: 2021 Adriaan de Groot # SPDX-License-Identifier: BSD-2-Clause -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.16) project(NeoChat)