Browse Source

Bump CMake version required to avoid deprecated #3639

pull/3642/head
Ray 11 months ago
parent
commit
fd84ab3cf7
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.0)
cmake_minimum_required(VERSION 3.5)
project(raylib)
# Avoid excessive expansion of variables in conditionals. In particular, if

Loading…
Cancel
Save