diff options
| author | Ahmad Fatoum <[email protected]> | 2018-01-27 02:00:40 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-01-27 02:00:40 +0100 |
| commit | 2090ad8119fd622f80ff8a8707f416abec1db375 (patch) | |
| tree | 174df68727bc94126b9ab76145bcd8a852301911 /utils.cmake | |
| parent | 7f7aac643a46e7cab5e65365ada4b0436f12bca4 (diff) | |
| download | raylib-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.cmake | 2 |
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 |
