OpenDDS / OpenDDS

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
http://www.opendds.org
Other
1.28k stars 463 forks source link

Fix Missing ACE with `OPENDDS_ACE_TAO_SRC` #4604

Closed iguessthislldo closed 2 weeks ago

iguessthislldo commented 3 weeks ago

The ACE and TAO library targets from MPC might be called ACE-target and TAO-target depending on if they're in directories of the same name. It should be trivial to predict this, but the path logic for this in MPC seems buggy and might not apend -target when OPENDDS_ACE_TAO_SRC is outside of the build directory, so we're just going to check both for all targets.