Add double quotes when setting rpath property fixing handling of lists.
PiperOrigin-RevId: 776549203 Change-Id: I51375c536729356f023076037ec1f5335d407fa4
This commit is contained in:
committed by
Copybara-Service
parent
09f44b3c92
commit
2e8e38b492
@@ -179,7 +179,7 @@ function(target_add_rpath)
|
||||
|
||||
set_target_properties(
|
||||
${_target}
|
||||
PROPERTIES INSTALL_RPATH ${_install_rpath}
|
||||
PROPERTIES INSTALL_RPATH "${_install_rpath}"
|
||||
INSTALL_RPATH_USE_LINK_PATH ${_ARGS_USE_LINK_PATH}
|
||||
BUILD_WITH_INSTALL_RPATH TRUE
|
||||
MACOSX_RPATH ON # This is ON by default.
|
||||
|
||||
Reference in New Issue
Block a user