瀏覽代碼

Update CMakeLists.txt (#4727)

Cmake warn remove
elite0OG 7 月之前
父節點
當前提交
5504983c91
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      CMakeLists.txt

+ 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