summaryrefslogtreecommitdiffstats
path: root/Tests/LoadCommand
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-17 12:29:42 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-17 12:29:42 (GMT)
commite4690b6df26ec10e826f0425b647e01362e6b5e9 (patch)
tree4fb3d54cf3ea94fe13609791f7b278851644db20 /Tests/LoadCommand
parent885f55b3d0cfe0d1274999b44fc441967410520f (diff)
downloadCMake-e4690b6df26ec10e826f0425b647e01362e6b5e9.zip
CMake-e4690b6df26ec10e826f0425b647e01362e6b5e9.tar.gz
CMake-e4690b6df26ec10e826f0425b647e01362e6b5e9.tar.bz2
minor fix in error message
Diffstat (limited to 'Tests/LoadCommand')
-rw-r--r--Tests/LoadCommand/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt
index a200807..e6e3ca2 100644
--- a/Tests/LoadCommand/CMakeLists.txt
+++ b/Tests/LoadCommand/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)