diff --git a/CMakeLists.txt b/CMakeLists.txt index a36e36664b742c5275c306d70d67a3dbdf8a0612..bd9e332aeec119fc700e37faa71a772022ac8f48 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)