Closed sfod closed 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.63%. Comparing base (
252e8c2
) to head (8f8067c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available:
When prebuilding dependencies, we need to pass certain CMake variables from parent cmake process to child cmake process (e.g. toolchain file or path to C compiler). CMake doesn't provide this functionality out of the box.
Description of changes:
This PR implements a new CMake function that checks CMake cache file and collects variables that may affect build process.
aws_prebuild_dependency
uses this new function, so no changes are required in the downstream projects.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.