From 8589b8992890539b3046a4f3d09aa319ba8d5351 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Wed, 8 Feb 2012 19:45:04 +0100 Subject: [PATCH] Remove warning for rtplan 2 gate tool --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 3da91cb..aea5c93 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -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) -- 2.45.1