diff options
author | Brad King <brad.king@kitware.com> | 2007-06-11 16:40:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-06-11 16:40:41 (GMT) |
commit | dfb79bea2371f2d8b2c45f791f93bb418f457217 (patch) | |
tree | f3db8be9cde251b165be75d9227bd7c7363ae65c /Source/cmIncludeRegularExpressionCommand.h | |
parent | 28e94533ddff2e48268ebc48707e8510a272ef48 (diff) | |
download | CMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.zip CMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.tar.gz CMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.tar.bz2 |
STYLE: Removed unused reference to cmMakeDepend.
Diffstat (limited to 'Source/cmIncludeRegularExpressionCommand.h')
-rw-r--r-- | Source/cmIncludeRegularExpressionCommand.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmIncludeRegularExpressionCommand.h b/Source/cmIncludeRegularExpressionCommand.h index 7b31dc8..0c160d6 100644 --- a/Source/cmIncludeRegularExpressionCommand.h +++ b/Source/cmIncludeRegularExpressionCommand.h @@ -23,8 +23,7 @@ * \brief Set the regular expression for following #includes. * * cmIncludeRegularExpressionCommand is used to specify the regular expression - * used by cmMakeDepend to determine whether to follow a #include file in - * dependency checking. + * that determines whether to follow a #include file in dependency checking. */ class cmIncludeRegularExpressionCommand : public cmCommand { |