X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fcmake%2FBBTKDefineOptions.cmake;h=e89cfac2209793f01e1210e25d4e42c019181266;hb=HEAD;hp=3f78e97fe2257fd115365ab383be8a0f551fec1f;hpb=30b4292974380b80ab23dedc97aa2585ed0cc8f7;p=bbtk.git diff --git a/kernel/cmake/BBTKDefineOptions.cmake b/kernel/cmake/BBTKDefineOptions.cmake index 3f78e97..e89cfac 100644 --- a/kernel/cmake/BBTKDefineOptions.cmake +++ b/kernel/cmake/BBTKDefineOptions.cmake @@ -1,3 +1,30 @@ + + # --------------------------------------------------------------------- + # + # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image + # pour la SantÈ) + # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton + # Previous Authors : Laurent Guigues, Jean-Pierre Roux + # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil + # + # This software is governed by the CeCILL-B license under French law and + # abiding by the rules of distribution of free software. You can use, + # modify and/ or redistribute the software under the terms of the CeCILL-B + # license as circulated by CEA, CNRS and INRIA at the following URL + # http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html + # or in the file LICENSE.txt. + # + # As a counterpart to the access to the source code and rights to copy, + # modify and redistribute granted by the license, users are provided only + # with a limited warranty and the software's author, the holder of the + # economic rights, and the successive licensors have only limited + # liability. + # + # The fact that you are presently reading this means that you have had + # knowledge of the CeCILL-B license and that you accept its terms. + # ------------------------------------------------------------------------ */ + + #----------------------------------------------------------------------------- # messages compilation options OPTION ( BBTK_COMPILE_MESSAGES "Compile bbtk messages ?" ON) @@ -85,7 +112,9 @@ IF (BBTK_USE_QT) ELSE (BBTK_USE_QT) SET(USE_QT4 OFF CACHE BOOL "Use QT" FORCE) ENDIF (BBTK_USE_QT) -SWITCH_ON_IF_BUILD_ALL(BBTK_USE_QT) +# CM Commented to avoid a bug with latest Boost version +# SWITCH_ON_IF_BUILD_ALL(BBTK_USE_QT) +# SWITCH_ON_IF_BUILD_ALL(BBTK_USE_QT) #-----------------------------------------------------------------------------