Skip to content

v3: Output mepo status during build

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 05 Nov 19:51
· 20 commits to release/v3 since this release
a8d689e

This updates v3 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: v3.52.0...v3.53.0