summaryrefslogtreecommitdiffhomepage
path: root/utils.cmake
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-01-27 02:00:40 +0100
committerAhmad Fatoum <[email protected]>2018-01-27 02:00:40 +0100
commit2090ad8119fd622f80ff8a8707f416abec1db375 (patch)
tree174df68727bc94126b9ab76145bcd8a852301911 /utils.cmake
parent7f7aac643a46e7cab5e65365ada4b0436f12bca4 (diff)
downloadraylib-2090ad8119fd622f80ff8a8707f416abec1db375.tar.gz
raylib-2090ad8119fd622f80ff8a8707f416abec1db375.zip
CMake: Add missing 0 to minimum version
Removed by mistake.
Diffstat (limited to 'utils.cmake')
-rw-r--r--utils.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.cmake b/utils.cmake
index beffdf6a..efdfae50 100644
--- a/utils.cmake
+++ b/utils.cmake
@@ -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