Skip to content
Snippets Groups Projects
Commit db49ca03 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

add warning to hint that host compiler might not be compatible

parent 6ae9fa3f
Branches
Tags
No related merge requests found
......@@ -1091,6 +1091,7 @@ if ( WALBERLA_BUILD_WITH_CUDA )
#CUDA_FOUND is need for our cmake mechanism
set ( CUDA_FOUND TRUE )
else()
message( WARNING "CUDA could not be enabled. The host compiler might not be compatible. Check CMakeFiles/CMakeError.log for more information" )
set ( WALBERLA_BUILD_WITH_CUDA FALSE )
endif ( )
endif ( )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment