Skip to content

Commit

Permalink
Fixed non matching if/else
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ayers committed Jul 13, 2023
1 parent 4c5a535 commit c511142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idl2library.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function(idl2library)
unset(${current_idl_target}_ABSPATH)
message(WARNING "Already created a target for ${current_idl_target}.. Skipping")
break()
endif(${SEARCH_INDEX} GREATER -1)
endif(TARGET ${current_idl_target})

# Second duplicate target check
if(TARGET ${current_idl_target})
Expand Down

0 comments on commit c511142

Please sign in to comment.