From fd84ab3cf735a643a074780ba73559d125e35aad Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 15 Dec 2023 19:17:44 +0100 Subject: [PATCH] Bump CMake version required to avoid deprecated #3639 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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