Skip to content

Commit

Permalink
Merge pull request #193 from jwillemsen/jwi-nddstsflags
Browse files Browse the repository at this point in the history
Don't add -language C++ in MPC as defaults, there are multiple C++ la…
  • Loading branch information
jwillemsen authored Nov 24, 2023
2 parents b06d51d + 38a827a commit 995c66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ndds_ts_defaults.mpb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project {
Define_Custom(NDDSTypeSupport) {
command = <%quote%>$(NDDSSCRIPTDIR)/rtiddsgen<%quote%>
commandflags = -language C++ -replace -namespace $(PLATFORM_NDDS_FLAGS)
commandflags = -replace -namespace $(PLATFORM_NDDS_FLAGS)

dependent = $(NDDSSCRIPTDIR)/rtiddsgen<%bat%>

Expand Down

0 comments on commit 995c66f

Please sign in to comment.