rapidsai / rapids-cmake

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

Handle CMake 3.28 new EXCLUDE_FROM_ALL option of `FetchContent` #557

Closed robertmaynard closed 5 months ago

robertmaynard commented 5 months ago

Description

Previously we sent EXCLUDE_FROM_ALL ON/OFF which was ignored by fetch content and did nothing. But now FetchContent parses EXCLUDE_FROM_ALL and this mode breaks CMake 3.28+

Checklist

robertmaynard commented 5 months ago

/merge