Skip to content

Commit 1b38e57

Browse files
authored
Merge pull request #641 from astrorama/feature/bump_verions
Bump cmake version
2 parents c2b1d44 + 0df24e5 commit 1b38e57

6 files changed

Lines changed: 1 addition & 11 deletions

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 2.8.5)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
22

33
#---------------------------------------------------------------
44
# Load macros and functions for Elements-based projects

SEBenchmarks/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
2-
31
#===============================================================================
42
# Load elements_subdir macro here
53
# Examples:

SEFramework/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
2-
31
#===============================================================================
42
# Load elements_subdir macro here
53
# Examples:

SEImplementation/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
2-
31
#===============================================================================
42
# Load elements_subdir macro here
53
# Examples:

SEMain/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
2-
31
#===============================================================================
42
# Load elements_subdir macro here
53
# Examples:

SEUtils/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
2-
31
#===============================================================================
42
# Load elements_subdir macro here
53
# Examples:

0 commit comments

Comments
 (0)