summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-01-07 15:31:07 (GMT)
committerBrad King <brad.king@kitware.com>2013-01-07 15:31:07 (GMT)
commit09a0da77891bae3820b48c44c48bef3837b0a6e2 (patch)
tree18f5ee735b072f9c4bced34d668ca858243eb660 /Tests/RunCMake/CMakeLists.txt
parentd2d43986e7f5013465473a71c393fc3897cecbac (diff)
downloadCMake-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/CMakeLists.txt')
-rw-r--r--Tests/RunCMake/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index a484983..3ea54f1 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -53,7 +53,6 @@ add_RunCMake_test(build_command)
add_RunCMake_test(find_package)
add_RunCMake_test(include)
add_RunCMake_test(list)
-add_RunCMake_test(load_command)
if("${CMAKE_TEST_GENERATOR}" MATCHES "Visual Studio [^6]")
add_RunCMake_test(include_external_msproject)