summaryrefslogtreecommitdiffstats
path: root/Source/cmEnableTestingCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 15:37:02 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 15:37:02 (GMT)
commit0629e2561c89713bd4e25751befd45e300a69a2f (patch)
treed6ca3e72c9898c88306304cd2710369cf7ce6df9 /Source/cmEnableTestingCommand.h
parente3b06f10dd88435b66c5b080e95a2861dfb2391b (diff)
downloadCMake-0629e2561c89713bd4e25751befd45e300a69a2f.zip
CMake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.gz
CMake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmEnableTestingCommand.h')
-rw-r--r--Source/cmEnableTestingCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmEnableTestingCommand.h b/Source/cmEnableTestingCommand.h
index b529288..8a2938d 100644
--- a/Source/cmEnableTestingCommand.h
+++ b/Source/cmEnableTestingCommand.h
@@ -70,9 +70,9 @@ public:
return
" ENABLE_TESTING()\n"
"Enables testing for this directory and below. "
- "See also the ADD_TEST command. Note that Dart expects to find "
+ "See also the ADD_TEST command. Note that ctest expects to find "
"a test file in the build directory root. Therefore, this command "
- "should be in the source directory root too.";
+ "should be in the source directory root.";
}
cmTypeMacro(cmEnableTestingCommand, cmCommand);