-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
If I try to enable building CUDA, CMake fails with this error:
CMake Error at CMakeLists.txt:8 (enable_language):
Language 'CUDA' is currently being enabled. Recursive call not allowed.
I tried removing the call to enable_language(CUDA)
, but then it fails with the errors,
CMake Error: Cannot determine link language for target "TestCudaANISymmetryFunctions".
CMake Error: CMake can not determine linker language for target: TestCudaANISymmetryFunctions
CMake Error: Cannot determine link language for target "TestCudaCFConv".
CMake Error: CMake can not determine linker language for target: TestCudaCFConv
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed