From 39a0dfd807c382ec9ecf6fee3efedee4b8edd48f Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 2 Jun 2008 09:53:42 +0000 Subject: [PATCH] Avoid tons of warnings with cmake 2.6 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.45.1