Skip to content

Commit

Permalink
Bump required CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
imwints committed Nov 26, 2023
1 parent 2b0cc37 commit ed0fa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}")
Expand Down

0 comments on commit ed0fa34

Please sign in to comment.