Minor formatting fix in status report
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user