nasa / trick

Trick Simulation Environment. Trick provides a common set of simulation capabilities and utilities to build simulations automatically.
Other
26 stars 15 forks source link

Update MacOS workflow to use SWIG 4.1.1 instead of the newest SWIG 4.2 #1647

Closed hchen99 closed 5 months ago

hchen99 commented 5 months ago

SWIG 4.2 generates setter wrapper for private constructor and operator of C++ code so need to stay with SWIG 4.1.1 that doesn't.