From 948a2d0470a02ee66e4607560c9118e888c97b15 Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Fri, 30 Apr 2021 18:19:35 +0200 Subject: [PATCH] increase dependency version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50dc3683..b546a8c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ 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 02.00 REQUIRED) +add_dependency(ChimeraTK-ControlSystemAdapter 02.02 REQUIRED) # Find the DeviceAccess # Although all the linker flags are added again, the include path might be different -- GitLab