FindCUDAToolkit: Restore CUDAToolkit_LIBRARY_SEARCH_DIRS variable
This was accidentally dropped by commit 4316d4dcfd
(FindCUDAToolkit:
Search all of `nvcc` implicit includes and library dirs, 2023-09-26).
This commit is contained in:
parent
bbba1879ff
commit
0b6ae9c467
@ -1332,7 +1332,6 @@ if(CUDAToolkit_FOUND)
|
||||
_CUDAToolkit_find_and_add_import_lib(OpenCL)
|
||||
endif()
|
||||
|
||||
unset(CUDAToolkit_LIBRARY_SEARCH_DIRS)
|
||||
if(_CUDAToolkit_Pop_ROOT_PATH)
|
||||
list(REMOVE_AT CMAKE_FIND_ROOT_PATH 0)
|
||||
unset(_CUDAToolkit_Pop_ROOT_PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user