Browse Source
Update CMakeLists.txt
Cmake warn remove
pull/4727/head
elite0OG
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
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 |
|
|
|