Skip to content

Commit

Permalink
Merge pull request OpenDDS#4671 from jwillemsen/jwi-hasincludeopendds…
Browse files Browse the repository at this point in the history
…config_h

Add feature to disable include of OpenDDSConfig.h when compiling an IDL file
  • Loading branch information
jrw972 authored Jun 6, 2024
2 parents aca14cf + ca47c82 commit 0928f86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MPC/config/dcps_optional_features.mpb
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,10 @@ feature (!no_opendds_security) : taoidldefaults, dcps_ts_defaults {
dcps_ts_flags += -DOPENDDS_SECURITY
}

feature (!openddsconfig_h_file) : taoidldefaults, dcps_ts_defaults {
idlflags += -DOPENDDS_IGNORE_OPENDDSCONFIG_H_FILE
dcps_ts_flags += -DOPENDDS_IGNORE_OPENDDSCONFIG_H_FILE
}

project: dcps_optional_bidir_giop {
}

0 comments on commit 0928f86

Please sign in to comment.