about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-12-20 17:50:40 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-12-20 17:50:40 +0100
commitf20262c5c8b6b71d4c28ca61c4844b30f434bc2b (patch)
tree2a959528a0e2fd4666a4bb1078f59f1e3eb37f15
parent23b6617a3f5c1d9551d419a36d120ced9a9cd895 (diff)
downloadbox64-f20262c5c8b6b71d4c28ca61c4844b30f434bc2b.tar.gz
box64-f20262c5c8b6b71d4c28ca61c4844b30f434bc2b.zip
[CMAKE] Asked minimum cmake version to be 3.13
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7dcdf061..0edb95ce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.4)
+cmake_minimum_required(VERSION 3.13)
 
 cmake_policy(SET CMP0065 NEW)