From a702fdfdc14d0aac3e455332b036af5602846850 Mon Sep 17 00:00:00 2001
From: jhktimm <jan.horst.karl.timm@desy.de>
Date: Fri, 29 May 2020 09:35:30 +0200
Subject: [PATCH] fix dep. for daqreader

---
 cmake/Modules/FindDOOCS.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/Modules/FindDOOCS.cmake b/cmake/Modules/FindDOOCS.cmake
index 42d9f9c..df16523 100644
--- a/cmake/Modules/FindDOOCS.cmake
+++ b/cmake/Modules/FindDOOCS.cmake
@@ -96,7 +96,7 @@ if(DOOCS_FIND_COMPONENTS_DDAQ)
   FIND_PATH(DOOCS_DIR_ddaq libDOOCSddaq.so
     ${DOOCS_DIR}
   )
-  set(DOOCS_LIBRARIES ${DOOCS_LIBRARIES} DOOCSddaq timinginfo daqevstat DAQFSM TTF2XML xerces-c BM TTF2evutl)
+  set(DOOCS_LIBRARIES ${DOOCS_LIBRARIES} DOOCSddaq timinginfo daqevstat DAQFSM TTF2XML xerces-c BM TTF2evutl DAQsvrutil)
   set(COMPONENT_DIRS ${COMPONENT_DIRS} DOOCS_DIR_ddaq)
 endif()
 
-- 
GitLab