aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscribam <scribam@users.noreply.github.com>2021-06-13 15:31:40 +0200
committerGitHub <noreply@github.com>2021-06-13 21:31:40 +0800
commit68204a1cf9c429cf58b6cb5a8a0909cba5f6a102 (patch)
tree121aae7d9887f9f35f8fd75757ad049bddd6bdd2
parent4e9b9cabb31eeaae8d75682bebe52bcbbd59f61f (diff)
downloadcapstone-68204a1cf9c429cf58b6cb5a8a0909cba5f6a102.tar.gz
Update cmake_minimum_required to version 2.8.12 (#1756)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b099ac7f..e821053a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 2.8.12)
project(capstone)
set(VERSION_MAJOR 5)