Changes between Version 1 and Version 2 of Ticket #64613, comment 1


Ignore:
Timestamp:
Feb 6, 2022, 4:32:29 PM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64613, comment 1

    v1 v2  
    1 Just so you know, and to make things terribly unclear, {{{CMAKE_BUILD_WITH_INSTALL_RPATH}}} has nothing to do with {{{@rpath}}} at all.
    2 
    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>
     1coming along nicely