Prechádzať zdrojové kódy

Merge branch '74-ctk-enable-categories'

* 74-ctk-enable-categories:
  Fixed missing dependencies for app hosting
Sascha Zelzer 13 rokov pred
rodič
commit
25da00c936
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      CMakeLists.txt

+ 4 - 2
CMakeLists.txt

@@ -558,8 +558,10 @@ ctk_plugin_option(org.commontk.plugingenerator.ui
 
 # Plug-ins related to DICOM WG23 (Application Hosting)
 ctk_plugin_option(org.commontk.dah.core "Build the org.commontk.dah.core plugin." OFF)
-ctk_plugin_option(org.commontk.dah.app "Build the org.commontk.dah.app plugin." OFF)
-ctk_plugin_option(org.commontk.dah.host "Build the org.commontk.dah.host plugin." OFF)
+ctk_plugin_option(org.commontk.dah.app "Build the org.commontk.dah.app plugin." OFF
+                  CTK_ENABLE_DICOMApplicationHosting)
+ctk_plugin_option(org.commontk.dah.host "Build the org.commontk.dah.host plugin." OFF
+                  CTK_ENABLE_DICOMApplicationHosting)
                   
 ctk_plugin_option(org.commontk.dah.exampleapp
                   "Build the org.commontk.dah.exampleapp plugin." OFF