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

increse patch level, update DeviceAccess dependency version

parent fb46b5d7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${C
set(${PROJECT_NAME}_MAJOR_VERSION 02)
set(${PROJECT_NAME}_MINOR_VERSION 00)
set(${PROJECT_NAME}_PATCH_VERSION 00)
set(${PROJECT_NAME}_PATCH_VERSION 01)
include(cmake/set_version_numbers.cmake)
option(BUILD_TESTS "Build tests." ON)
......@@ -19,7 +19,7 @@ add_dependency(ChimeraTK-ControlSystemAdapter 02.00 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.11 REQUIRED)
add_dependency(ChimeraTK-DeviceAccess 02.00 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