Skip to content

Commit 4f0123a

Browse files
obrotowyigcbot
authored andcommitted
Bump CMake version
Change minimum CMake version to 3.13.4
1 parent 9ae78be commit 4f0123a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IGC/MDAutogen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
#============================ end_copyright_notice =============================
88

9-
cmake_minimum_required(VERSION 2.8.12)
9+
cmake_minimum_required(VERSION 3.13.4)
1010

1111
set(_autogenScript "${IGC_SOURCE_DIR}/common/autogen.py")
1212
set(_autogenSource "${IGC_SOURCE_DIR}/common/MDFrameWork.h")

IGC/ZEBinWriter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# CMakeList.txt : Top-level CMake project file, do global configuration
1010
# and include sub-projects here.
1111
#
12-
cmake_minimum_required (VERSION 3.8)
12+
cmake_minimum_required (VERSION 3.13.4)
1313

1414
project ("ZEBinaryUtilities")
1515

0 commit comments

Comments
 (0)