diff --git a/src/modules/micrortps_bridge/micrortps_client/CMakeLists.txt b/src/modules/micrortps_bridge/micrortps_client/CMakeLists.txt index 1d58287867..579f0056af 100644 --- a/src/modules/micrortps_bridge/micrortps_client/CMakeLists.txt +++ b/src/modules/micrortps_bridge/micrortps_client/CMakeLists.txt @@ -35,8 +35,6 @@ find_program(FASTRTPSGEN fastrtpsgen) if(NOT FASTRTPSGEN) message(WARNING "WARNING: Unable to find fastrtpsgen") set(GENERATE_RTPS_BRIDGE off) -else() - set(GENERATE_RTPS_BRIDGE on) endif() if(GENERATE_RTPS_BRIDGE MATCHES "off")