Checking for CMAKE_CUDA_STANDARD
when finding pika may be overly strict
#392
Labels
category: CMake
category: CUDA
category: HIP
effort: 2
A few hours of work.
priority: medium
This should be done sooner or later.
type: bug
type: cleanup
Milestone
We currently check that
CMAKE_CUDA_STANDARD
is not set inpika_setup_cuda.cmake
. This is primarily meant to be checked when configuring and building pika itself. However, the check is currently enabled also when finding pika as a dependency. I think we should not be checking for this since compile features make sure that consumers of pika have the correct standard set.The text was updated successfully, but these errors were encountered: