Commit bb64d130 authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Less debugging messages when building GPU sniffer.

parent c6ccb344
...@@ -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
......
Markdown is supported
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