Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2014-06-14 00:22:54 +0400
committerDalai Felinto <dfelinto@gmail.com>2014-06-14 00:24:19 +0400
commitb4aa51f8d736f5431799fdf1df5f678a732ef6b9 (patch)
tree17b3dadda3054ddf03b3bfc9f8a5d6253ed4cec5 /CMakeLists.txt
parent3de3987ea190415d0d088c3917b45f44afb43840 (diff)
CMake fixup for bd43ac04 as indicated by Campbell Barton
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()