mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
CMake: Add missing 0 to minimum version
Removed by mistake.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# All sorts of things that we need cross project
|
||||
cmake_minimum_required(VERSION 2.8.)
|
||||
cmake_minimum_required(VERSION 2.8.0)
|
||||
|
||||
# Linking for OS X -framework options
|
||||
# Will do nothing on other OSes
|
||||
|
||||
Reference in New Issue
Block a user