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
Jonas Plewinski
waLBerla
Commits
db49ca03
Commit
db49ca03
authored
Mar 14, 2022
by
Dominik Thoennes
Browse files
add warning to hint that host compiler might not be compatible
parent
6ae9fa3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
db49ca03
...
...
@@ -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