diff options
| -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 |
