Skip to content
Snippets Groups Projects
Commit 6ffa906e authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Merge branch 'disable-cuda-17-required' into 'master'

set cuda 17 to not required

See merge request walberla/walberla!398
parents c92213a0 15897ac1
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