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