Skip to content

Commit

Permalink
Fix Logic in _opendds_get_generated_output
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Sep 20, 2024
1 parent 7572baf commit 8b30379
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/tao_idl_sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ function(_opendds_get_generated_output target file)
set(msg_type FATAL_ERROR)
if(arg_FAIL_VAR)
set(${arg_FAIL_VAR} TRUE PARENT_SCOPE)
set(msg_type SEND_ERROR)
endif()
if(arg_EXPECT_FAIL)
return()
else()
set(msg_type SEND_ERROR)
endif()
message(${msg_type}
" This file:\n"
Expand Down

0 comments on commit 8b30379

Please sign in to comment.