diff options
Diffstat (limited to 'Source/cmRemoveCommand.h')
-rw-r--r-- | Source/cmRemoveCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmRemoveCommand.h b/Source/cmRemoveCommand.h index b7ca5a7..7062770 100644 --- a/Source/cmRemoveCommand.h +++ b/Source/cmRemoveCommand.h @@ -73,7 +73,7 @@ public: "(e.g. semicolon separated list). VALUE is expanded."; } - /** This command is only kept for compatibility with older CMake versions. */ + /** This command is kept for compatibility with older CMake versions. */ virtual bool IsDiscouraged() { return true; |