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 Nov 6, 2024
1 parent 5e356b0 commit 6e01ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rapids-cmake/cpm/package_override.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ function(rapids_cpm_package_override _rapids_override_filepath)
foreach(index RANGE ${package_count})
string(JSON package_name MEMBER "${json_data}" packages ${index})
string(TOLOWER "${package_name}" normalized_pkg_name)
get_property(override_exists GLOBAL PROPERTY rapids_cpm_${normalized_pkg_name}_override_json SET)
get_property(override_exists GLOBAL PROPERTY rapids_cpm_${normalized_pkg_name}_override_json
SET)
if(override_exists OR DEFINED CPM_${package_name}_SOURCE)
continue()
endif()
Expand Down

0 comments on commit 6e01ecc

Please sign in to comment.