Skip to content

Commit

Permalink
remove ws
Browse files Browse the repository at this point in the history
Co-authored-by: Osyotr <Osyotr@users.noreply.github.com>
  • Loading branch information
Neumann-A and Osyotr authored Feb 12, 2024
1 parent 0d84b70 commit bf77727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/cmake/z_vcpkg_fixup_rpath.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ function(z_vcpkg_fixup_rpath_in_dir)
ERROR_VARIABLE set_rpath_error
)

message(STATUS "Adjusted RPATH of '${elf_file}' ( From '${org_rpath}' -> To '${new_rpath}')")
message(STATUS "Adjusted RPATH of '${elf_file}' (From '${org_rpath}' -> To '${new_rpath}')")

endforeach()
endforeach()
endfunction()

0 comments on commit bf77727

Please sign in to comment.