X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=superbuild%2FCMakeLists.txt;fp=superbuild%2FCMakeLists.txt;h=a059e4eff953acd8b59d5bb7c97d36c4da87ad4a;hb=ecda6db185c609e60ca2ebfeb9e9f4ab817ead16;hp=fad0b95d1b075c243877494b30f06455f14f4e49;hpb=8b0f32e46083e5fbc2efe128c9eae002f129cbd8;p=clitk.git diff --git a/superbuild/CMakeLists.txt b/superbuild/CMakeLists.txt index fad0b95..a059e4e 100644 --- a/superbuild/CMakeLists.txt +++ b/superbuild/CMakeLists.txt @@ -1,6 +1,11 @@ cmake_minimum_required(VERSION 2.8) cmake_policy(VERSION 2.8) + + +message( FATAL_ERROR "This superbuild is not up to date, do not use." ) + + # set a default build type if it is undefined, then make sure it goes in the cache if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release)