Skip to content

Commit ca2c05a

Browse files
committed
cmake < 3.5 is deprecated, blt min is 3.5
1 parent d4b5ce6 commit ca2c05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.8)
22

33
project(SAMRAI C CXX Fortran)
44

0 commit comments

Comments
 (0)