From 7c025dfc6042d680e8fb79448d24cd01b59d7406 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Tue, 24 Apr 2012 06:05:57 +0000 Subject: [PATCH] Added CUDA version to CMake status --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4731bd85b..c6017be96c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)