CMake fixup for bd43ac04
as indicated by Campbell Barton
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user