We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdca1b0 commit 316c220Copy full SHA for 316c220
CMakeLists.txt
@@ -454,11 +454,11 @@ if(UMF_BUILD_CUDA_PROVIDER AND (NOT UMF_CUDA_INCLUDE_DIR))
454
set(CUDA_INCLUDE_DIRS
455
${cuda-headers_SOURCE_DIR}
456
CACHE PATH "Path to CUDA headers")
457
- message(STATUS "CUDA include directory: ${CUDA_INCLUDE_DIRS}")
+ message(STATUS "CUDA_INCLUDE_DIRS = ${CUDA_INCLUDE_DIRS}")
458
elseif(UMF_BUILD_CUDA_PROVIDER)
459
# Only header is needed to build UMF
460
set(CUDA_INCLUDE_DIRS ${UMF_CUDA_INCLUDE_DIR})
461
462
endif()
463
464
# This build type check is not possible on Windows when CMAKE_BUILD_TYPE is not
0 commit comments