summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/load_command/LoadCommandDeprecated.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Revert "load_command: Deprecate and document pending removal"Brad King2013-01-071-1/+0
| | | | | This reverts commit d2d43986e7f5013465473a71c393fc3897cecbac. We will add a policy to remove the command more gracefully.
* load_command: Deprecate and document pending removalBrad King2012-11-071-0/+1
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.