rapidsai / rapids-cmake

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

generate_resource_spec uses the enabled languages to determine compiler #645

Closed robertmaynard closed 1 month ago

robertmaynard commented 2 months ago

Description

Instead of presuming that CMAKE_CUDA_COMPILER is sufficient for using the CUDA language, we instead check if CUDA is part of the enabled set of langauges

Checklist

robertmaynard commented 1 month ago

/merge