forked from Archive/PX4-Autopilot
Fix GENERATE_RTPS_BRIDGE logic
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
f3e2648747
commit
be090c0109
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue