CMake fixup for bd43ac04 as indicated by Campbell Barton

This commit is contained in:
Dalai Felinto 2014-06-13 17:22:54 -03:00
parent 3de3987ea1
commit b4aa51f8d7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ endif()
cmake_minimum_required(VERSION 2.8)
if(NOT (CMAKE_VERSION VERSION_LESS 3.0))
if(NOT (${CMAKE_VERSION} VERSION_LESS 3.0))
# keep until CMake-3.0 is min requirement
cmake_policy(SET CMP0043 OLD)
endif()