File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -454,11 +454,13 @@ if(UMF_BUILD_CUDA_PROVIDER AND (NOT UMF_CUDA_INCLUDE_DIR))
454
454
set (CUDA_INCLUDE_DIRS
455
455
${cuda-headers_SOURCE_DIR}
456
456
CACHE PATH "Path to CUDA headers" )
457
- message (STATUS "CUDA include directory: ${CUDA_INCLUDE_DIRS} " )
457
+ message (STATUS "CUDA headers fetched from gitlab.com/cudart.git:" )
458
+ message (STATUS " CUDA_INCLUDE_DIRS = ${CUDA_INCLUDE_DIRS} " )
458
459
elseif (UMF_BUILD_CUDA_PROVIDER )
459
460
# Only header is needed to build UMF
460
461
set (CUDA_INCLUDE_DIRS ${UMF_CUDA_INCLUDE_DIR} )
461
- message (STATUS "CUDA include directory: ${CUDA_INCLUDE_DIRS} " )
462
+ message (STATUS "CUDA headers set to UMF_CUDA_INCLUDE_DIR:" )
463
+ message (STATUS " CUDA_INCLUDE_DIRS = ${CUDA_INCLUDE_DIRS} " )
462
464
endif ()
463
465
464
466
# This build type check is not possible on Windows when CMAKE_BUILD_TYPE is not
You can’t perform that action at this time.
0 commit comments