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.
7 lines
314 B
Plaintext
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.
|