소스 검색
[build] CMake: Set CMake version to 3.12 (#4547)
pull/4556/head
Kacper Zybała
2 주 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
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 |
|
|
|