Skip to content

Commit

Permalink
Update minimal CMake version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed Dec 29, 2023
1 parent 2e75bec commit 12bed55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.12)

include(GNUInstallDirs) # populate CMAKE_INSTALL_{LIB,BIN}DIR
include(CheckSymbolExists)
Expand Down

0 comments on commit 12bed55

Please sign in to comment.