]> Creatis software - clitk.git/commitdiff
Remove warning for rtplan 2 gate tool
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Wed, 8 Feb 2012 18:45:04 +0000 (19:45 +0100)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Wed, 8 Feb 2012 18:45:04 +0000 (19:45 +0100)
tools/CMakeLists.txt

index 3da91cb472830062063fb25a902ea6c7378a3d6e..aea5c93d4619f3727dfbff6cb57885baf661e5ec 100644 (file)
@@ -253,7 +253,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)