summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2021-12-13 23:39:50 -0500
committerGlenn Smith <glenn@vector35.com>2021-12-13 23:39:50 -0500
commit0eb69b3984fed0a5cce4f443de8abad646cf7203 (patch)
treecde9ab0b5d9e3892397b07cd5bbbb3ac5dcb9251 /CMakeLists.txt
parent41eb3f398612a864f045d3e19c5df0ae397c8d80 (diff)
Update minimum cmake version
Closes #2761
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc17fef7..b504c1b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(binaryninjaapi)