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

the often used cuda 10 does not support c++17

parent c92213a0
No related merge requests found
......@@ -1045,6 +1045,7 @@ if ( WALBERLA_BUILD_WITH_CUDA )
#CUDA_FOUND is need for our cmake mechanism
set ( CUDA_FOUND TRUE )
set(CMAKE_CUDA_STANDARD_REQUIRED OFF)
else()
set ( WALBERLA_BUILD_WITH_CUDA FALSE )
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