Update the CMake minimum version to 2.8.3

This commit is contained in:
Jan Vidar Krey 2012-10-02 20:16:30 +00:00
parent a33851b13d
commit 564f09ad65
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## Copyright (C) 2007-2012, Jan Vidar Krey <janvidar@extatic.org>
#
cmake_minimum_required (VERSION 2.6)
cmake_minimum_required (VERSION 2.8.3)
project (uhub)