CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst 374 B

123456789
  1. CMAKE_INSTALL_RPATH_USE_LINK_PATH
  2. ---------------------------------
  3. Add paths to linker search and installed rpath.
  4. CMAKE_INSTALL_RPATH_USE_LINK_PATH is a boolean that if set to true
  5. will append directories in the linker search path and outside the
  6. project to the INSTALL_RPATH. This is used to initialize the target
  7. property INSTALL_RPATH_USE_LINK_PATH for all targets.