Skip to content
Snippets Groups Projects
Commit 4fe84425 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

update dependency versions

parent b776298c
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,12 @@ option(BUILD_TESTS "Build tests." ON) ...@@ -14,12 +14,12 @@ option(BUILD_TESTS "Build tests." ON)
option(BUILD_MICRODAQ "Build MicroDAQ module, which depends on HDF5 (libhdf5-dev)." ON) option(BUILD_MICRODAQ "Build MicroDAQ module, which depends on HDF5 (libhdf5-dev)." ON)
# Find the ControlSystemAdapter # Find the ControlSystemAdapter
add_dependency(ChimeraTK-ControlSystemAdapter 02.02 REQUIRED) add_dependency(ChimeraTK-ControlSystemAdapter 02.03 REQUIRED)
# Find the DeviceAccess # Find the DeviceAccess
# Although all the linker flags are added again, the include path might be different # 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. # if the libraries are installed in different directories for development purposes.
add_dependency(ChimeraTK-DeviceAccess 02.00 REQUIRED) add_dependency(ChimeraTK-DeviceAccess 02.06 REQUIRED)
# Find the XML parser library libxml++ # Find the XML parser library libxml++
FIND_PACKAGE(PkgConfig REQUIRED) 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