summaryrefslogtreecommitdiff
path: root/Tests/LoadCommandOneConfig
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-17 08:29:42 -0400
committerKen Martin <ken.martin@kitware.com>2002-09-17 08:29:42 -0400
commite4690b6df26ec10e826f0425b647e01362e6b5e9 (patch)
tree4fb3d54cf3ea94fe13609791f7b278851644db20 /Tests/LoadCommandOneConfig
parent885f55b3d0cfe0d1274999b44fc441967410520f (diff)
downloadcmake-e4690b6df26ec10e826f0425b647e01362e6b5e9.tar.gz
minor fix in error message
Diffstat (limited to 'Tests/LoadCommandOneConfig')
-rw-r--r--Tests/LoadCommandOneConfig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt
index a2008077e2..e6e3ca29a3 100644
--- a/Tests/LoadCommandOneConfig/CMakeLists.txt
+++ b/Tests/LoadCommandOneConfig/CMakeLists.txt
@@ -20,7 +20,7 @@ IF (COMPILE_OK)
CMAKE_TEST_COMMAND()
ENDIF (COMMAND CMAKE_TEST_COMMAND)
ELSE (COMPILE_OK)
- MESSAGE("failed to compile VTK_WRAP_TCL2")
+ MESSAGE("failed to compile CMAKE_LOADED_COMMANDS")
ENDIF (COMPILE_OK)
IF (TEST_DEF)