Skip to content

Commit

Permalink
Quote the list of patch files in case they have spaces in their paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler authored Sep 22, 2023
1 parent 59328e3 commit 89a43ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/patches/command_template.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function(rapids_cpm_run_git_patch file issue)
set(msg_state ${msg_state} PARENT_SCOPE)
endfunction()

set(files @patch_files_to_run@)
set(files "@patch_files_to_run@")
set(issues "@patch_issues_to_ref@")
set(output_file "@log_file@")
foreach(file issue IN ZIP_LISTS files issues)
Expand Down

0 comments on commit 89a43ac

Please sign in to comment.