X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=269e8e91d77696706790d435a8c5c6f0c0d6f547;hb=ae9bdc2cb842030703d18e644f0e297986b49668;hp=6247aaf2175d27f2e2660b68c697e258aa3a07e4;hpb=7a26044dd46cb80ab90ee1f63d3b4d8ce52b2d39;p=bbtk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6247aaf..269e8e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,17 @@ +#cmake_minimum_required(VERSION 2.4) +#if(COMMAND cmake_policy) + # UNCOMMENT the 3 lines 'cmake_policy(... + # If you'er using cmake 2.6 + #cmake_policy(SET CMP0000 OLD) + #cmake_policy(SET CMP0005 NEW) + #cmake_policy(SET CMP0003 NEW) + # endif(COMMAND cmake_policy) + #----------------------------------------------------------------------------- PROJECT(BBTK) #----------------------------------------------------------------------------- + #----------------------------------------------------------------------------- # Set global configuration of the toolkit INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake)