Skip to content

Commit 316c220

Browse files
committed
Add messages printing CUDA_INCLUDE_DIRS
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent fdca1b0 commit 316c220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,11 +454,11 @@ if(UMF_BUILD_CUDA_PROVIDER AND (NOT UMF_CUDA_INCLUDE_DIR))
454454
set(CUDA_INCLUDE_DIRS
455455
${cuda-headers_SOURCE_DIR}
456456
CACHE PATH "Path to CUDA headers")
457-
message(STATUS "CUDA include directory: ${CUDA_INCLUDE_DIRS}")
457+
message(STATUS "CUDA_INCLUDE_DIRS = ${CUDA_INCLUDE_DIRS}")
458458
elseif(UMF_BUILD_CUDA_PROVIDER)
459459
# Only header is needed to build UMF
460460
set(CUDA_INCLUDE_DIRS ${UMF_CUDA_INCLUDE_DIR})
461-
message(STATUS "CUDA include directory: ${CUDA_INCLUDE_DIRS}")
461+
message(STATUS "CUDA_INCLUDE_DIRS = ${CUDA_INCLUDE_DIRS}")
462462
endif()
463463

464464
# This build type check is not possible on Windows when CMAKE_BUILD_TYPE is not

0 commit comments

Comments
 (0)