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

increased minor version and updated dependency versions

parent 5516cd8d
No related branches found
No related tags found
No related merge requests found
......@@ -6,17 +6,17 @@ include(cmake/add_dependency.cmake)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
set(${PROJECT_NAME}_MAJOR_VERSION 00)
set(${PROJECT_NAME}_MINOR_VERSION 02)
set(${PROJECT_NAME}_MINOR_VERSION 03)
set(${PROJECT_NAME}_PATCH_VERSION 00)
include(cmake/set_version_numbers.cmake)
# Find the DeviceAccess library
# put the min version of deviceaccess into a variable. We need it for the debian packaging scripts
add_dependency(mtca4u-deviceaccess 00.19 REQUIRED)
add_dependency(mtca4u-deviceaccess 00.24 REQUIRED)
# Find the ControlSystemAdapter
# put the min version of deviceaccess into a variable. We need it for the debian packaging scripts
add_dependency(ChimeraTK-ControlSystemAdapter 00.04 REQUIRED)
add_dependency(ChimeraTK-ControlSystemAdapter 00.05 REQUIRED)
# Find the XML parser library libxml++
FIND_PACKAGE(PkgConfig REQUIRED)
......@@ -36,7 +36,7 @@ ELSE()
ENDIF()
# optional dependency: the ControlSystemAdapter-DoocsAdapter is needed for the example
add_dependency(ControlSystemAdapter-DoocsAdapter 00.01)
add_dependency(ControlSystemAdapter-DoocsAdapter 00.02)
IF(ControlSystemAdapter-DoocsAdapter_FOUND)
set(DEMO_IS_ENABLED "true")
ENABLE_TESTING()
......
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