Skip to content

Commit

Permalink
uxrce_dds_client: update cmake requirements to match Micro-XRCE-DDS-C…
Browse files Browse the repository at this point in the history
…lient submodule
  • Loading branch information
dagar authored and mrpollo committed Nov 27, 2024
1 parent 68cbbaa commit 990b067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/uxrce_dds_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#
############################################################################

if(${CMAKE_VERSION} VERSION_LESS "3.11")
if(${CMAKE_VERSION} VERSION_LESS_EQUAL "3.15")
message(WARNING "skipping uxrce_dds_client, Micro-XRCE-DDS-Client needs to be fixed to work with CMAKE_VERSION ${CMAKE_VERSION}")

else()
Expand Down

0 comments on commit 990b067

Please sign in to comment.