Skip to content

Commit 0df24e5

Browse files
committed
bump cmake version
1 parent 7c1834f commit 0df24e5

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)