markfinal / BuildAMation

Build system and project generator for C/C++ desktop software development. Uses C# for build scripts. It is no longer under active development.
http://buildamation.com
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Both a Requires and DependsOn dependency #661

Open markfinal opened 5 years ago

markfinal commented 5 years ago

Seems that you can add both a required and dependent dependency upon a module, and both will exist.

The dependent upon is a stronger tie, and should really be honoured.

Is there any benefit to having it in both?

Feels like there should only ever be one.