INSTALL_REMOVE_ENVIRONMENT_RPATH.rst 449 B

12345678910
  1. INSTALL_REMOVE_ENVIRONMENT_RPATH
  2. --------------------------------
  3. Removes compiler defined rpaths durimg installation.
  4. ``INSTALL_REMOVE_ENVIRONMENT_RPATH`` is a boolean that if set to ``True`` will
  5. remove compiler defined rpaths from the project if the user also defines rpath
  6. with :prop_tgt:`INSTALL_RPATH`. This property is initialized by whether the
  7. value of :variable:`CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH` is set when a
  8. target is created.