]> Creatis software - bbtk.git/commitdiff
Avoid tons of warnings with cmake 2.6
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 2 Jun 2008 09:53:42 +0000 (09:53 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 2 Jun 2008 09:53:42 +0000 (09:53 +0000)
CMakeLists.txt

index 6247aaf2175d27f2e2660b68c697e258aa3a07e4..341660534cbc30eb2a9acda23c1a461da87462af 100644 (file)
@@ -2,6 +2,8 @@
 PROJECT(BBTK) 
 #-----------------------------------------------------------------------------
 
+cmake_minimum_required(VERSION 2.4)
+
 #-----------------------------------------------------------------------------
 # Set global configuration of the toolkit
 INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake)