CMP0031.rst 537 B

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