diff options
author | Brad King <brad.king@kitware.com> | 2013-01-07 15:31:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-01-07 15:31:07 (GMT) |
commit | 09a0da77891bae3820b48c44c48bef3837b0a6e2 (patch) | |
tree | 18f5ee735b072f9c4bced34d668ca858243eb660 /Tests/RunCMake/load_command/LoadCommandDeprecated-stderr.txt | |
parent | d2d43986e7f5013465473a71c393fc3897cecbac (diff) | |
download | CMake-09a0da77891bae3820b48c44c48bef3837b0a6e2.zip CMake-09a0da77891bae3820b48c44c48bef3837b0a6e2.tar.gz CMake-09a0da77891bae3820b48c44c48bef3837b0a6e2.tar.bz2 |
Revert "load_command: Deprecate and document pending removal"
This reverts commit d2d43986e7f5013465473a71c393fc3897cecbac.
We will add a policy to remove the command more gracefully.
Diffstat (limited to 'Tests/RunCMake/load_command/LoadCommandDeprecated-stderr.txt')
-rw-r--r-- | Tests/RunCMake/load_command/LoadCommandDeprecated-stderr.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/RunCMake/load_command/LoadCommandDeprecated-stderr.txt b/Tests/RunCMake/load_command/LoadCommandDeprecated-stderr.txt deleted file mode 100644 index 7d374b2..0000000 --- a/Tests/RunCMake/load_command/LoadCommandDeprecated-stderr.txt +++ /dev/null @@ -1,6 +0,0 @@ -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. |