Skip to content

Commit

Permalink
Correct style issues found by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Mar 4, 2024
1 parent 97a8b45 commit 80ca70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rapids-cmake/cpm/detail/pinning_write_file.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ function(rapids_cpm_pinning_write_file)
set(message_extra_info)
if(ignored_packages)
set(message_extra_info
"The following packages resolved to system installed versions: ${ignored_packages}. If you need those pinned to an explicit version please set `CPM_DOWNLOAD_ALL` and re-generate.")
"The following packages resolved to system installed versions: ${ignored_packages}. If you need those pinned to an explicit version please set `CPM_DOWNLOAD_ALL` and re-generate."
)
endif()

get_property(write_paths GLOBAL PROPERTY rapids_cpm_generate_pin_files)
Expand Down

0 comments on commit 80ca70c

Please sign in to comment.