File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed
iga/GEDLibrary/GED_external Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
#============================ end_copyright_notice =============================
8
8
9
- cmake_minimum_required (VERSION 2.8.12 )
9
+ cmake_minimum_required (VERSION 3.5 )
10
10
11
11
set (_autogenScript "${IGC_SOURCE_DIR} /common/autogen.py" )
12
12
set (_autogenSource "${IGC_SOURCE_DIR} /common/MDFrameWork.h" )
Original file line number Diff line number Diff line change 6
6
#
7
7
#============================ end_copyright_notice =============================
8
8
9
- cmake_minimum_required (VERSION 2.8.12 )
9
+ cmake_minimum_required (VERSION 3.5 )
10
10
11
11
message (STATUS "============================ SPIRV-Tools project ============================" )
12
12
Original file line number Diff line number Diff line change @@ -74,12 +74,7 @@ if (WIN32 OR UNIX)
74
74
add_subdirectory (iga/IGAExe)
75
75
endif (WIN32 OR UNIX )
76
76
77
- if (WIN32 )
78
- cmake_minimum_required (VERSION 3.1)
79
- cmake_policy (SET CMP0043 OLD)
80
- else ()
81
- cmake_minimum_required (VERSION 2.8.12)
82
- endif (WIN32 )
77
+ cmake_minimum_required (VERSION 3.5)
83
78
84
79
# In the case where this is the IGC build we need to add a dummy custom target check_headers
85
80
add_custom_target (check_headers)
Original file line number Diff line number Diff line change 7
7
#============================ end_copyright_notice =============================
8
8
9
9
# GEDLibrary/GED
10
- if (WIN32 )
11
- cmake_minimum_required (VERSION 3.1)
12
- else ()
13
- cmake_minimum_required (VERSION 2.8.12)
14
- endif (WIN32 )
10
+ cmake_minimum_required (VERSION 3.5)
15
11
16
12
project (GEDLibrary)
17
13
You can’t perform that action at this time.
0 commit comments