You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imported from GitHub PR #1709
When depending on a compiled abseil code, abseil libraries cannot find each other even if they are all located in the same directory.
One fix is to edit the LD_LIBRARY_PATH, but it is not always that simple in a development environment.
Another way is to add the current location into the RPATH so all libraries can find each other. CMake provides simple command to control this at project scale.
Merge caa92e6 into cd7f66c
Merging this change closes#1709
COPYBARA_INTEGRATE_REVIEW=#1709 from Geode-solutions:master caa92e6
PiperOrigin-RevId: 651476097
Change-Id: Ib3f214ac17adabefedfb562127f2b1de413ce437
0 commit comments