From 57eb30087f182ce42716e50f42631805c93f9028 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 1 Sep 2006 09:51:28 -0400 Subject: STYLE: Fixed line-too-long warning. --- Source/cmExecProgramCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmExecProgramCommand.h') diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 64d2f513ed..4836337949 100644 --- a/Source/cmExecProgramCommand.h +++ b/Source/cmExecProgramCommand.h @@ -88,7 +88,7 @@ public: ; } - /** 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; -- cgit v1.2.1