fixed: cmake version

This commit is contained in:
Nick Bolton 2014-04-07 09:29:34 +00:00
parent b081fc0331
commit 3a789f77b8
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ set(VERSION_MINOR 4)
set(VERSION_REV 18)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
# 2.8 needed for file glob.
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.6)
# CMake complains if we don't have this.
if (COMMAND cmake_policy)