mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 14:29:49 +08:00
Added CUDA version to CMake status
This commit is contained in:
parent
4b5b7bdb5a
commit
7c025dfc60
@ -877,7 +877,7 @@ status(" Use Eigen:" HAVE_EIGEN THEN "YES (ver ${EIGEN_WORLD_VERSION}.${EIGEN
|
||||
|
||||
if(HAVE_CUDA)
|
||||
status("")
|
||||
status(" NVIDIA CUDA:")
|
||||
status(" NVIDIA CUDA:" "(ver ${CUDA_VERSION_STRING})")
|
||||
|
||||
status(" Use CUFFT:" HAVE_CUFFT THEN YES ELSE NO)
|
||||
status(" Use CUBLAS:" HAVE_CUBLAS THEN YES ELSE NO)
|
||||
|
Loading…
Reference in New Issue
Block a user