CMake: Add missing 0 to minimum version

Removed by mistake.
This commit is contained in:
Ahmad Fatoum
2018-01-27 02:00:40 +01:00
parent 7f7aac643a
commit 2090ad8119

View File

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