From: jean-pierre roux Date: Mon, 2 Jun 2008 09:53:42 +0000 (+0000) Subject: Avoid tons of warnings with cmake 2.6 X-Git-Tag: r0.6.1~33 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=39a0dfd807c382ec9ecf6fee3efedee4b8edd48f;p=bbtk.git Avoid tons of warnings with cmake 2.6 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6247aaf..3416605 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ PROJECT(BBTK) #----------------------------------------------------------------------------- +cmake_minimum_required(VERSION 2.4) + #----------------------------------------------------------------------------- # Set global configuration of the toolkit INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake)