summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRay <[email protected]>2023-12-15 19:17:44 +0100
committerRay <[email protected]>2023-12-15 19:17:44 +0100
commitfd84ab3cf735a643a074780ba73559d125e35aad (patch)
tree684a0911c5dd346a836ba22db0a12025b59b18e7 /CMakeLists.txt
parentf3adde8bbd7fbc930f5b3abd57a5481413ff5644 (diff)
downloadraylib-fd84ab3cf735a643a074780ba73559d125e35aad.tar.gz
raylib-fd84ab3cf735a643a074780ba73559d125e35aad.zip
Bump CMake version required to avoid deprecated #3639
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 9619768c..ce2de578 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
project(raylib)
# Avoid excessive expansion of variables in conditionals. In particular, if