mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
Minor formatting fix in status report
This commit is contained in:
parent
f7853b262b
commit
6fa2f3b74d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user