POST_INSTALL_SCRIPT.rst 336 B

123456789
  1. POST_INSTALL_SCRIPT
  2. -------------------
  3. Deprecated install support.
  4. The PRE_INSTALL_SCRIPT and POST_INSTALL_SCRIPT properties are the old
  5. way to specify CMake scripts to run before and after installing a
  6. target. They are used only when the old INSTALL_TARGETS command is
  7. used to install the target. Use the INSTALL command instead.