From 797c89c896ef29d3ba6eb7f3948753c8f8d47aa9 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 2 Jan 2015 15:33:47 +0100 Subject: [PATCH] fix check for minimum version of cmake. Signed-off-by: Kim Kulling --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d8f8a64b..4bd075cca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required( VERSION 2.6 ) +cmake_minimum_required( VERSION 3.1 ) PROJECT( Assimp ) # Define here the needed parameters