Преглед изворни кода

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 пре 14 година
родитељ
комит
929099b6fb
1 измењених фајлова са 2 додато и 2 уклоњено
  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