Release 6.0.11
New release, from the changelog:
- Added option --elf-template that can use an object file or executable in ELF format as template to find the correct --elf-* flags to use.
This option is used by mrc when you use it via the cmake plugin and specify CREATE_ELF_TEMPLATE in mrc_target_resources. - Remove libmcfp as submodule
- Moved from Boost.Test to Catch2 for unit testing
- Using FetchContent for dependencies
- Dropped FindFilesystem, assuming std::filesystem is standard by now.