X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=f06ae75715beb2a34dfa4d25d573dc43bc90db73;hb=03fe0552e60847627ebbab852acf1d997379f1e9;hp=e6126f35b225a8594bb219ca814957cddeb7d223;hpb=0c74b91a2df4c56e7130589f1ede54650211db92;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index e6126f3..f06ae75 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -248,7 +248,7 @@ IF (CLITK_BUILD_TOOLS) ENDIF(CLITK_EXPERIMENTAL) IF(ITK_VERSION_MAJOR VERSION_LESS 4) - MESSAGE(WARNING "clitkDicomRTPlan2Gate is not compatible with GDCM<2 (ITK<4). It will not be build.") + MESSAGE("clitkDicomRTPlan2Gate is not compatible with GDCM<2 (ITK<4). It will not be built.") ELSE(ITK_VERSION_MAJOR VERSION_LESS 4) WRAP_GGO(clitkDicomRTPlan2Gate_GGO_C clitkDicomRTPlan2Gate.ggo) ADD_EXECUTABLE(clitkDicomRTPlan2Gate clitkDicomRTPlan2Gate.cxx clitkDicomRTPlan2Gate_ggo.c)