We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae78be commit 4f0123aCopy full SHA for 4f0123a
IGC/MDAutogen/CMakeLists.txt
@@ -6,7 +6,7 @@
6
#
7
#============================ end_copyright_notice =============================
8
9
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.13.4)
10
11
set(_autogenScript "${IGC_SOURCE_DIR}/common/autogen.py")
12
set(_autogenSource "${IGC_SOURCE_DIR}/common/MDFrameWork.h")
IGC/ZEBinWriter/CMakeLists.txt
@@ -9,7 +9,7 @@
# CMakeList.txt : Top-level CMake project file, do global configuration
# and include sub-projects here.
-cmake_minimum_required (VERSION 3.8)
+cmake_minimum_required (VERSION 3.13.4)
13
14
project ("ZEBinaryUtilities")
15
0 commit comments