Skip to content

Release-0.2.8

Compare
Choose a tag to compare
@codemercenary codemercenary released this 14 Nov 21:18
· 2532 commits to master since this release

Adding fat binary support for Mac. autowiring_ARCHIECTURE is now treated as a list, and this allows clients to request fat binary support by setting autowiring_ARCHIECTURE as follows:

set(autowiring_ARCHITECTURE "x86_64;i386")

Hypothetically this could allow Autowiring installations to specify arbitrary compatible architectures, but currently, only Mac fat binaries are covered.