Skip to content

add cuda host compiler warning

Dominik Thoennes requested to merge thoennes/add-cuda-warning into master

check_language(cuda) also checks if the host compiler is compatible. However, this is "hidden" inside the CMakeFiles/CMakeError.log file. This MR introduces a hint to check that file if cuda is not found closes #146 (closed) closes !521 (closed) can be closes in favour of this MR

Edited by Dominik Thoennes

Merge request reports