Minor formatting fix in status report

This commit is contained in:
Andrey Kamaev 2012-04-09 14:56:11 +00:00
parent f7853b262b
commit 6fa2f3b74d

View File

@ -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