diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt index a2008077e..e6e3ca29a 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) diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt index a2008077e..e6e3ca29a 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)