From ed0fa34a9d628b21a1abed6034ab866c4db72445 Mon Sep 17 00:00:00 2001 From: Steffen Winter Date: Sun, 26 Nov 2023 19:39:29 +0100 Subject: [PATCH] Bump required CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d11a250a..47659026 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # CMake configuration for btop # -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.20) # Disable in-source builds since they would override the Makefile if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")