]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CMakeLists.txt
DARPM enables automatically DA
[u/mrichter/AliRoot.git] / CMakeLists.txt
index 720aa5ea6acb5dc6eefd7d56ad262acfea4efe23..1838b7bdfb4637cf7ad5be2e66e83c01e9c05941 100644 (file)
@@ -90,6 +90,13 @@ if(AMORE_CONFIG)
     endif()
 endif(AMORE_CONFIG)
 
+# id DARPM we enable DA if it is not set
+if(DARPM)
+    if(NOT DA)
+        set(DA ON)
+    endif(NOT DA)
+endif(DARPM)
+
 # DA is enabled
 if(DA)
     if(NOT DIMDIR AND NOT ODIR)