File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ list(APPEND _deps "microcdr\;${_microcdr_version}")
9292###############################################################################
9393set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH } ${CMAKE_CURRENT_SOURCE_DIR } /cmake/modules)
9494if (NOT UCLIENT_SUPERBUILD)
95- project (microxrcedds_client VERSION "2.4.3 " LANGUAGES C )
95+ project (microxrcedds_client VERSION "3.0.0 " LANGUAGES C )
9696else ()
9797 project (uclient_superbuild NONE )
9898 include (${PROJECT_SOURCE_DIR } /cmake/SuperBuild.cmake )
Original file line number Diff line number Diff line change 7575
7676
7777// Version checks
78- #if UXR_CLIENT_VERSION_MAJOR >= 3
78+ #if UXR_CLIENT_VERSION_MAJOR >= 4
7979#error UCLIENT_HARD_LIVELINESS_CHECK shall be included in session API
8080#error MTU must be included in CREATE_CLIENT_Payload properties
8181#error Reorder ObjectInfo https://github.com/eProsima/Micro-XRCE-DDS/issues/137
You can’t perform that action at this time.
0 commit comments