Skip to content

Commit

Permalink
Add feature to disable inlcude of dds/OpenDDSConfig.h when compiling …
Browse files Browse the repository at this point in the history
…an IDL file

    * MPC/config/dcps_optional_features.mpb:
  • Loading branch information
jwillemsen committed Jun 4, 2024
1 parent 554942e commit ca47c82
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 ca47c82

Please sign in to comment.