rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
30 stars 46 forks source link

version.json patch command supports required field #700

Closed robertmaynard closed 1 month ago

robertmaynard commented 1 month ago

Description

When a patch fails, rapids-cmake will log the failure under $CMAKE_BUILD_DIR/rapids-cmake//log and continue. Now with this change rapids-cmake will collect all patches with the required field set to true that fail and throw an error.

Fixes #699

Checklist

robertmaynard commented 1 month ago

/merge