CMP0031.rst 474 B

123456789101112131415
  1. CMP0031
  2. -------
  3. The :command:`load_command` command should not be called.
  4. This command was added in August 2002 to allow projects to add
  5. arbitrary commands implemented in C or C++. However, it does
  6. not work when the toolchain in use does not match the ABI of
  7. the CMake process. It has been mostly superseded by the
  8. :command:`macro` and :command:`function` commands.
  9. .. |disallowed_version| replace:: 3.0
  10. .. include:: DISALLOWED_COMMAND.txt
  11. .. include:: DEPRECATED.txt