Skip to content

Commit

Permalink
cmake: bump up the required version to 2.8.12
Browse files Browse the repository at this point in the history
as both trusty and centos 7.3 offer 2.8.12

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Oct 13, 2017
1 parent 9494a69 commit 9668983
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 2.8.11)
cmake_minimum_required(VERSION 2.8.12)

project(ceph CXX C ASM)
set(VERSION 12.1.2)
Expand Down

0 comments on commit 9668983

Please sign in to comment.