Skip to content
Snippets Groups Projects
Commit 354af721 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

increased required version of DeviceAccess and ControlSystemAdapter

parent b9887265
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment