From 5504983c91f90df0e2f5acbc0545dd2dc28cbd80 Mon Sep 17 00:00:00 2001 From: elite0OG Date: Mon, 27 Jan 2025 13:50:10 +0530 Subject: [PATCH] Update CMakeLists.txt (#4727) Cmake warn remove --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9905ba144..af4444e07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.25) +#this change avoid the warning that appear when we include raylib using Cmake fatch content project(raylib) # Avoid excessive expansion of variables in conditionals. In particular, if