Fix GENERATE_RTPS_BRIDGE logic

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2017-07-31 14:11:01 -07:00 committed by Lorenz Meier
parent f3e2648747
commit be090c0109
1 changed files with 0 additions and 2 deletions

View File

@ -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")