Skip to content

Commit f56e41f

Browse files
authored
Merge pull request #497 from SCOREC/apw/cmake-312
bump minimum CMake version to 3.12
2 parents 29e912f + da44bb6 commit f56e41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(DEFINED TRIBITS_PACKAGE)
44
endif()
55

66
# This is the top level CMake file for the SCOREC build
7-
cmake_minimum_required(VERSION 3.8)
7+
cmake_minimum_required(VERSION 3.12)
88

99
project(SCOREC VERSION 4.0.0 LANGUAGES CXX C)
1010

0 commit comments

Comments
 (0)