SKIP_BUILD_RPATH.rst 336 B

123456789
  1. SKIP_BUILD_RPATH
  2. ----------------
  3. Should rpaths be used for the build tree.
  4. SKIP_BUILD_RPATH is a boolean specifying whether to skip automatic
  5. generation of an rpath allowing the target to run from the build tree.
  6. This property is initialized by the value of the variable
  7. CMAKE_SKIP_BUILD_RPATH if it is set when a target is created.