[Bf-blender-cvs] [b4aa51f] master: CMake fixup for bd43ac04 as indicated by Campbell Barton

Dalai Felinto noreply at git.blender.org
Fri Jun 13 22:24:35 CEST 2014


Commit: b4aa51f8d736f5431799fdf1df5f678a732ef6b9
Author: Dalai Felinto
Date:   Fri Jun 13 17:22:54 2014 -0300
https://developer.blender.org/rBb4aa51f8d736f5431799fdf1df5f678a732ef6b9

CMake fixup for bd43ac04 as indicated by Campbell Barton

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ab31dd..a46c0a1 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()




More information about the Bf-blender-cvs mailing list