Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IP
elsa
Commits
a28288c1
Commit
a28288c1
authored
Sep 13, 2019
by
Tobias Lasser
Browse files
add CUDA status message for CMake
parent
455346c1
Pipeline
#154101
passed with stages
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
elsa/projectors_cuda/CMakeLists.txt
View file @
a28288c1
...
...
@@ -6,7 +6,9 @@ check_language(CUDA)
if
(
CMAKE_CUDA_COMPILER
)
enable_language
(
CUDA
)
message
(
STATUS
"CUDA support enabled"
)
# build the kernels first
add_subdirectory
(
projector_kernels
)
# necessary to be able to include <cuda_runtime.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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