rapidsai / rapids-cmake

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

Add patch to fix fmt `v10.1.1` version #548

Closed trxcllnt closed 5 months ago

trxcllnt commented 6 months ago

Description

fmt version 10.1.1 isn't reflected in core.h for tag 10.1.1, yielding a fmt CMake package with version 10.1.0.

This leads to find_package(fmt 10.1.1) failing if a user configures and installs fmt from the 10.1.1 tag.

The fmt maintainer prefers not to hotfix tag 10.1.1, so we should patch it in rapids-cmake.

This PR adds a patch to update the version in core.h to 100101, i.e. v10.1.1.

Checklist

trxcllnt commented 5 months ago

/merge