Bump the minimum cmake version to 2.8.11

Numerous examples requires CMake 2.8.11, so lets bump the version for
the whole project up to 2.8.11
This commit is contained in:
Robert Maynard 2015-10-21 10:26:42 -04:00
parent 05ea81d353
commit e24bdfb62a

@ -18,7 +18,7 @@
## this software.
##============================================================================
cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 2.8.11)
#setup policy rules for CMake 3.0 while we have a minimum required of 2.8.X
if(POLICY CMP0025)