diff options
Diffstat (limited to 'Source/cmBuildNameCommand.h')
-rw-r--r-- | Source/cmBuildNameCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildNameCommand.h b/Source/cmBuildNameCommand.h index 174f1f9..b7f29c5 100644 --- a/Source/cmBuildNameCommand.h +++ b/Source/cmBuildNameCommand.h @@ -72,7 +72,7 @@ public: "CMAKE_SYSTEM and CMAKE_CXX_COMPILER variables."; } - /** 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; |