Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Aug 28, 2024
1 parent 2999a7a commit a63b529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rapids-cmake/cpm/nvcomp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ function(rapids_cpm_nvcomp)
)
endif()

# Replace ${_IMPORT_PREFIX}/lib/ with ${_IMPORT_PREFIX}/${lib_dir}/ in
# nvcomp-release-targets.cmake. Guarded in an EXISTS check so we only try to do this on the
# first configuration pass
# Replace ${_IMPORT_PREFIX}/lib/ with ${_IMPORT_PREFIX}/${lib_dir}/ in
# nvcomp-release-targets.cmake. Guarded in an EXISTS check so we only try to do this on the
# first configuration pass
cmake_path(GET lib_dir FILENAME lib_dir_name)
set(nvcomp_list_of_target_files
"nvcomp-targets-common-release.cmake"
Expand Down

0 comments on commit a63b529

Please sign in to comment.