浏览代码
Update CMakeLists.txt (#4727)
Cmake warn remove
pull/4732/head
elite0OG
3 个月前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
2 次插入 和
1 次删除
-
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 |
|
|
|