Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
waLBerla
Commits
cd2a0d20
Commit
cd2a0d20
authored
Mar 14, 2022
by
Markus Holzer
Browse files
Merge branch 'thoennes/add-cuda-warning' into 'master'
add cuda host compiler warning See merge request
walberla/walberla!528
parents
5e29f153
db49ca03
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cd2a0d20
...
...
@@ -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
(
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment