uxrce_dds_client: update cmake requirements to match Micro-XRCE-DDS-Client submodule

This commit is contained in:
Daniel Agar
2024-11-27 16:56:02 -05:00
committed by Ramon Roche
parent 68cbbaab92
commit 990b067b25
+1 -1
View File
@@ -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()