Browse Source

fix check for minimum version of cmake.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling 11 years ago
parent
commit
797c89c896
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1,4 +1,4 @@
-cmake_minimum_required( VERSION 2.6 )
+cmake_minimum_required( VERSION 3.1 )
 PROJECT( Assimp )
 PROJECT( Assimp )
 
 
 # Define here the needed parameters
 # Define here the needed parameters