From b4aa51f8d736f5431799fdf1df5f678a732ef6b9 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 13 Jun 2014 17:22:54 -0300 Subject: CMake fixup for bd43ac04 as indicated by Campbell Barton --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ab31ddefb3..a46c0a1cc2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() -- cgit v1.2.3