From 354af7214d8326a632629c015c485e1765b842ac Mon Sep 17 00:00:00 2001
From: Martin Killenberg <martin.killenberg@desy.de>
Date: Mon, 23 Mar 2020 11:26:18 +0100
Subject: [PATCH] increased required version of DeviceAccess and
 ControlSystemAdapter

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a36e3666..bd9e332a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,12 +14,12 @@ option(BUILD_TESTS "Build tests." ON)
 option(BUILD_MICRODAQ "Build MicroDAQ module, which depends on HDF5 (libhdf5-dev)." ON)
 
 # Find the ControlSystemAdapter
-add_dependency(ChimeraTK-ControlSystemAdapter 01.05 REQUIRED)
+add_dependency(ChimeraTK-ControlSystemAdapter 01.06 REQUIRED)
 
 # Find the DeviceAccess
 # Although all the linker flags are added again, the include path might be different
 # if the libraries are installed in different directories for development purposes.
-add_dependency(ChimeraTK-DeviceAccess 01.08 REQUIRED)
+add_dependency(ChimeraTK-DeviceAccess 01.11 REQUIRED)
 
 # Find the XML parser library libxml++
 FIND_PACKAGE(PkgConfig REQUIRED)
-- 
GitLab