Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #1709: Handle RPATH CMake configuration
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
- Loading branch information