Update CMakeLists.txt

Cmake warn remove
This commit is contained in:
elite0OG 2025-01-26 16:19:24 +05:30 committed by GitHub
parent 139de05e9d
commit 152d6842bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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