Changes between Initial Version and Version 1 of Ticket #64613, comment 1
- Timestamp:
- Feb 6, 2022, 12:33:29 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64613, comment 1
initial v1 2 2 3 3 {{{CMAKE_BUILD_WITH_INSTALL_RPATH}}} tells cmake whether to use the final installed libnames during the build, or whether to use temporary names (to their locations during the build) and then rewrite these names when destrooting happens to their final installed names. 4 5 <https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_WITH_INSTALL_RPATH.html>