File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1015,7 +1015,7 @@ set(CUDA_TOOLKIT_TARGET_DIR_INTERNAL "${CUDA_TOOLKIT_TARGET_DIR}" CACHE INTERNAL
1015
1015
set (CUDA_SDK_ROOT_DIR_INTERNAL "${CUDA_SDK_ROOT_DIR} " CACHE INTERNAL
1016
1016
"This is the value of the last time CUDA_SDK_ROOT_DIR was set successfully." FORCE)
1017
1017
1018
- include (${CMAKE_CURRENT_LIST_DIR} / FindPackageHandleStandardArgs.cmake )
1018
+ include (FindPackageHandleStandardArgs)
1019
1019
1020
1020
find_package_handle_standard_args(CUDA
1021
1021
REQUIRED_VARS
@@ -1048,7 +1048,7 @@ endmacro()
1048
1048
cuda_find_helper_file(parse_cubin cmake)
1049
1049
cuda_find_helper_file(make2cmake cmake)
1050
1050
cuda_find_helper_file(run_nvcc cmake)
1051
- include (" ${CMAKE_CURRENT_LIST_DIR} / FindCUDA/select_compute_arch.cmake" )
1051
+ include (FindCUDA/select_compute_arch)
1052
1052
1053
1053
##############################################################################
1054
1054
# Separate the OPTIONS out from the sources
You can’t perform that action at this time.
0 commit comments