Parcourir la source

Option to build Messaging/Core and org.commontk.cli plugin commented out

These modules require some work and have been commented out since
they can't compile successfully.
Jean-Christophe Fillion-Robin il y a 14 ans
Parent
commit
929099b6fb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -294,7 +294,7 @@ SET(CTK_LIBS
   Widgets:OFF
   DICOM/Core:OFF
   DICOM/Widgets:OFF
-  Messaging/Core:OFF
+  #Messaging/Core:OFF  # MessagingCore library need some love :) - Let's disable it for now :(
   Scripting/Python/Core:OFF
   Scripting/Python/Widgets:OFF
   Visualization/VTK/Core:OFF
@@ -307,7 +307,7 @@ SET(CTK_LIBS
 #
 SET(CTK_PLUGINS
   org.commontk.eventbus:OFF
-  org.commontk.cli:OFF
+  #org.commontk.cli:OFF # MessagingCore library need some love :) - Let's disable it for now :(
   org.commontk.configadmin:OFF
   org.commontk.dah.app:OFF
   org.commontk.dah.core:OFF