hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Allow for local override of contract families to be built #20

Closed cmickeyb closed 7 months ago

cmickeyb commented 7 months ago

By default, all contract families are built. Tests will be run from all families.

This update supports a local cmake file (Local.cmake) that will allow for local overrides of variables. In particular, this is useful to set the new CMake variable CONTRACT_FAMILIES to just the subset that you want to build.