Skip to content

Commit

Permalink
Avoid double definition of FASTDDS_ENFORCE_LOG_INFO (#3667)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Ponz <[email protected]>
(cherry picked from commit a086f9c)
  • Loading branch information
EduPonz authored and mergify[bot] committed Jul 10, 2023
1 parent 4b34473 commit e3f7b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/fastrtps/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
/* Log Macros */

// Log Info
#ifndef FASTDDS_ENFORCE_LOG_INFO
#cmakedefine FASTDDS_ENFORCE_LOG_INFO
#endif
#ifndef HAVE_LOG_NO_INFO
#define HAVE_LOG_NO_INFO @HAVE_LOG_NO_INFO@
#endif /* ifndef HAVE_LOG_NO_INFO */
Expand Down

0 comments on commit e3f7b4f

Please sign in to comment.