From 0b06dec6e4509e420769b9f6c46a091ac6ad003a Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 23 Jul 2012 15:48:56 +0200 Subject: [PATCH] Remove debug --- segmentation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index e5ec8d4..7e40973 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -1,7 +1,7 @@ #========================================================= # Add Libraries used in vv and clitk to avoid recompilation -FOREACH(clitkTool clitkExtractLung clitkExtractPatient) +FOREACH(clitkTool clitkExtractLung clitkExtractPatient clitkConnectedComponentLabeling) WRAP_GGO(${clitkTool}_GGO_C ${clitkTool}.ggo) SET(GGO_C_FILES ${GGO_C_FILES} ${${clitkTool}_GGO_C}) ENDFOREACH(clitkTool) -- 2.45.1