From 2090ad8119fd622f80ff8a8707f416abec1db375 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sat, 27 Jan 2018 02:00:40 +0100 Subject: [PATCH] CMake: Add missing 0 to minimum version Removed by mistake. --- utils.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.cmake b/utils.cmake index beffdf6ad..efdfae50c 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