From 564f09ad6539e6f6a78af88bb60a248a372aeeaf Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Tue, 2 Oct 2012 20:16:30 +0000 Subject: [PATCH] Update the CMake minimum version to 2.8.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c360c0..e87b9e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ ## Copyright (C) 2007-2012, Jan Vidar Krey # -cmake_minimum_required (VERSION 2.6) +cmake_minimum_required (VERSION 2.8.3) project (uhub)