Commit 6fa2f3b7 authored by Andrey Kamaev's avatar Andrey Kamaev

Minor formatting fix in status report

parent f7853b26
......@@ -869,9 +869,9 @@ if(HAVE_CUDA)
status(" Use CUFFT:" HAVE_CUFFT THEN YES ELSE NO)
status(" Use CUBLAS:" HAVE_CUBLAS THEN YES ELSE NO)
status(" NVIDIA GPU arch:" "${OPENCV_CUDA_ARCH_BIN}")
status(" NVIDIA PTX archs:" "${OPENCV_CUDA_ARCH_BIN}")
status(" NVIDIA GPU features:" "${OPENCV_CUDA_ARCH_FEATURES}")
status(" NVIDIA GPU arch:" ${OPENCV_CUDA_ARCH_BIN})
status(" NVIDIA PTX archs:" ${OPENCV_CUDA_ARCH_BIN})
status(" NVIDIA GPU features:" ${OPENCV_CUDA_ARCH_FEATURES})
endif()
# interfaces to other languages
......
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