CMake/Tests/RunCMake/load_command/LoadCommandDeprecated-stderr.txt
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

7 lines
314 B
Plaintext

CMake Warning \(dev\) at LoadCommandDeprecated.cmake:1 \(load_command\):
The "load_command" command will be removed in CMake 3.0. See command
documentation for details.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.