Browse Source

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

pull/4556/head
Kacper Zybała 2 weeks ago
committed by GitHub
parent
commit
ba1e14625a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@ -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

Loading…
Cancel
Save