Skip to content

v4: Output mepo status during build

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 05 Nov 19:56
· 22 commits to main since this release
1093788

This updates v4 to add a new esma_capture_mepo_status function (in esma_support/esma_mepo_status.cmake) to capture the output of mepo status --hashes when mepo was used to clone the fixture. It will output this into a file MEPO_STATUS.rc which is installed to ${CMAKE_INSTALL_PREFIX}/etc and can be used to help determine the exact state of the fixture at build time.


From CHANGELOG.md

Added

  • Added new esma_capture_mepo_status function (in esma_support/esma_mepo_status.cmake) to capture the output of mepo status --hashes when mepo was used to clone the fixture. It will output this into a file MEPO_STATUS.rc which is installed to ${CMAKE_INSTALL_PREFIX}/etc and can be used to help determine the exact state of the fixture at build time.

What's Changed

Full Changelog: v4.7.0...v4.8.0