Browse Source

Remove ModuleDescription library from build system

Indeed that library need some love and prevent CTK from building properly
Jean-Christophe Fillion-Robin 14 years ago
parent
commit
7bc1ef1d9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -318,7 +318,7 @@ SET(CTK_LIBS
   DICOM/Widgets:OFF
   ImageProcessing/ITK/Core:OFF
   #Messaging/Core:OFF  # MessagingCore library need some love :) - Let's disable it for now :(
-  ModuleDescription:OFF
+  #ModuleDescription:OFF # ModuleDescription library need some love :) - Let's disable it for now :(
   Scripting/Python/Core:OFF
   Scripting/Python/Widgets:OFF
   Visualization/VTK/Core:OFF