Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
bb64d130
Commit
bb64d130
authored
Feb 19, 2010
by
Christopher Bruns
Browse files
Less debugging messages when building GPU sniffer.
parent
c6ccb344
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
platforms/cuda/CMakeLists.txt
platforms/cuda/CMakeLists.txt
+0
-2
No files found.
platforms/cuda/CMakeLists.txt
View file @
bb64d130
...
@@ -26,8 +26,6 @@ try_run(RUN_RESULT_VAR COMPILE_RESULT_VAR
...
@@ -26,8 +26,6 @@ try_run(RUN_RESULT_VAR COMPILE_RESULT_VAR
COMPILE_OUTPUT_VARIABLE COMPILE_OUTPUT_VAR
COMPILE_OUTPUT_VARIABLE COMPILE_OUTPUT_VAR
RUN_OUTPUT_VARIABLE RUN_OUTPUT_VAR
RUN_OUTPUT_VARIABLE RUN_OUTPUT_VAR
)
)
message
(
"COMPILE_OUTPUT_VAR =
${
COMPILE_OUTPUT_VAR
}
"
)
message
(
"RUN_OUTPUT_VAR =
${
RUN_OUTPUT_VAR
}
"
)
message
(
"
${
RUN_OUTPUT_VAR
}
"
)
# Display number of GPUs found
message
(
"
${
RUN_OUTPUT_VAR
}
"
)
# Display number of GPUs found
# COMPILE_RESULT_VAR is TRUE when compile succeeds
# COMPILE_RESULT_VAR is TRUE when compile succeeds
# RUN_RESULT_VAR is zero when a GPU is found
# RUN_RESULT_VAR is zero when a GPU is found
...
...
Write
Preview
Markdown
is supported
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