Skip to content

Commit

Permalink
Bump required cmake version as suggested in PR #21.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Oct 5, 2023
1 parent 3bfb0d0 commit 91cf743
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,5 +1,5 @@
# Defines ChainBase library target.
cmake_minimum_required( VERSION 3.5 )
cmake_minimum_required( VERSION 3.12 )
project( ChainBase )

#list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules" )
Expand Down

0 comments on commit 91cf743

Please sign in to comment.