CMake/Tests/RunCMake/load_command
Brad King d2d43986e7 load_command: Deprecate and document pending removal
This command works only when building projects using the same
architecture as the running CMake binary.  Since it was introduced
CMake has learned macro() and function() to add commands, and the
execute_process() command to launch advanced external computations.

Add a RunCMake.load_command test to verify the warning appears.
2012-11-07 09:24:05 -05:00
..
CMakeLists.txt load_command: Deprecate and document pending removal 2012-11-07 09:24:05 -05:00
LoadCommandDeprecated-stderr.txt load_command: Deprecate and document pending removal 2012-11-07 09:24:05 -05:00
LoadCommandDeprecated.cmake load_command: Deprecate and document pending removal 2012-11-07 09:24:05 -05:00
RunCMakeTest.cmake load_command: Deprecate and document pending removal 2012-11-07 09:24:05 -05:00