[build] CMake: Set CMake version to 3.12 (#4547)

This commit is contained in:
Kacper Zybała
2024-11-28 22:47:39 +01:00
committed by GitHub
parent 949c31605b
commit ba1e14625a

View File

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