v3: Output mepo status during build
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 (inesma_support/esma_mepo_status.cmake
) to capture the output ofmepo status --hashes
whenmepo
was used to clone the fixture. It will output this into a fileMEPO_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