|  | @@ -1702,6 +1702,7 @@ function(CUDA_LINK_SEPARABLE_COMPILATION_OBJECTS output_file cuda_target options
 | 
	
		
			
				|  |  |          COMMAND ${CUDA_NVCC_EXECUTABLE} ${nvcc_flags} -dlink ${object_files} -o ${output_file}
 | 
	
		
			
				|  |  |          ${flags}
 | 
	
		
			
				|  |  |          COMMENT "Building NVCC intermediate link file ${output_file_relative_path}"
 | 
	
		
			
				|  |  | +        COMMAND_EXPAND_LISTS
 | 
	
		
			
				|  |  |          ${_verbatim}
 | 
	
		
			
				|  |  |          )
 | 
	
		
			
				|  |  |      else()
 | 
	
	
		
			
				|  | @@ -1712,6 +1713,7 @@ function(CUDA_LINK_SEPARABLE_COMPILATION_OBJECTS output_file cuda_target options
 | 
	
		
			
				|  |  |          COMMAND ${CMAKE_COMMAND} -E echo "Building NVCC intermediate link file ${output_file_relative_path}"
 | 
	
		
			
				|  |  |          COMMAND ${CMAKE_COMMAND} -E make_directory "${output_file_dir}"
 | 
	
		
			
				|  |  |          COMMAND ${CUDA_NVCC_EXECUTABLE} ${nvcc_flags} ${flags} -dlink ${object_files} -o "${output_file}"
 | 
	
		
			
				|  |  | +        COMMAND_EXPAND_LISTS
 | 
	
		
			
				|  |  |          ${_verbatim}
 | 
	
		
			
				|  |  |          )
 | 
	
		
			
				|  |  |      endif()
 |