cmake-install-mode-symlink.rst 726 B

12345678910111213141516
  1. cmake-install-mode-symlink
  2. --------------------------
  3. * The :envvar:`CMAKE_INSTALL_MODE` environment variable was added to
  4. allow users to override the default file-copying behavior of
  5. :command:`install` and :command:`file(INSTALL)` into creating
  6. symbolic links. This can aid in lowering storage space requirements
  7. and avoiding redundancy.
  8. * The :command:`file(INSTALL)` can now be affected / modified by the
  9. :envvar:`CMAKE_INSTALL_MODE` environment variable causing installation
  10. of symbolic links instead of copying of files.
  11. * The :command:`install` can now be affected / modified by the
  12. :envvar:`CMAKE_INSTALL_MODE` environment variable causing installation
  13. of symbolic links instead of copying of files.