Update CMakeLists.txt (#4727)

Cmake warn remove
This commit is contained in:
elite0OG 2025-01-27 13:50:10 +05:30 committed by GitHub
parent f6f31a9f21
commit 5504983c91
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