MACOSX_RPATH.rst 374 B

12345678910
  1. MACOSX_RPATH
  2. ------------
  3. Whether to use rpaths on Mac OS X.
  4. When this property is set to true, the directory portion of
  5. the"install_name" field of shared libraries will default to
  6. "@rpath".Runtime paths will also be embedded in binaries using this
  7. target.This property is initialized by the value of the variable
  8. CMAKE_MACOSX_RPATH if it is set when a target is created.