ソースを参照

[build] CMake: Set CMake version to 3.12

pull/4547/head
Kacper Zybała 4ヶ月前
コミット
f6c0a2293f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt ファイルの表示

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
project(raylib)
# Avoid excessive expansion of variables in conditionals. In particular, if

読み込み中…
キャンセル
保存