mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-08-23 23:40:31 +08:00
Bug 5214721: Update path for nvvm64_40_0.dll on CUDA 13.0
This commit is contained in:
parent
da24673a9f
commit
640b566412
@ -93,7 +93,7 @@ message(STATUS "Using rpath: ${CMAKE_INSTALL_RPATH}")
|
|||||||
|
|
||||||
# On Windows, locate the nvvm.dll so we can install it.
|
# On Windows, locate the nvvm.dll so we can install it.
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
find_file(NVVM_DLL nvvm64_40_0.dll PATHS "${LIBNVVM_HOME}/bin")
|
find_file(NVVM_DLL nvvm64_40_0.dll PATHS "${LIBNVVM_HOME}/bin" "${CUDA_HOME}/bin/x64/")
|
||||||
if (NOT NVVM_DLL)
|
if (NOT NVVM_DLL)
|
||||||
message(FATAL_ERROR "Found nvvm .h/.lib, but not .dll")
|
message(FATAL_ERROR "Found nvvm .h/.lib, but not .dll")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user