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 66#
77#============================ end_copyright_notice =============================
88
9- cmake_minimum_required (VERSION 2.8.12 )
9+ cmake_minimum_required (VERSION 3.5 )
1010
1111set (_autogenScript "${IGC_SOURCE_DIR} /common/autogen.py" )
1212set (_autogenSource "${IGC_SOURCE_DIR} /common/MDFrameWork.h" )
Original file line number Diff line number Diff line change 66#
77#============================ end_copyright_notice =============================
88
9- cmake_minimum_required (VERSION 2.8.12 )
9+ cmake_minimum_required (VERSION 3.5 )
1010
1111message (STATUS "============================ SPIRV-Tools project ============================" )
1212
Original file line number Diff line number Diff line change @@ -74,12 +74,7 @@ if (WIN32 OR UNIX)
7474 add_subdirectory (iga/IGAExe)
7575endif (WIN32 OR UNIX )
7676
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)
8378
8479# In the case where this is the IGC build we need to add a dummy custom target check_headers
8580add_custom_target (check_headers)
Original file line number Diff line number Diff line change 77#============================ end_copyright_notice =============================
88
99# 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)
1511
1612project (GEDLibrary)
1713
You can’t perform that action at this time.
0 commit comments