From d42055b283496e3259a89db9aa9074f4169bcf34 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 3 Apr 2002 16:14:06 -0500 Subject: ENH: fix more space problems, you can add args to the ExecProgram command separatly now --- Source/cmExecProgramCommand.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Source/cmExecProgramCommand.h') diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 75f083e516..01acc1bc02 100644 --- a/Source/cmExecProgramCommand.h +++ b/Source/cmExecProgramCommand.h @@ -64,7 +64,11 @@ public: virtual const char* GetFullDocumentation() { return - "EXEC_PROGRAM(Executable [Directory to run in])"; + "EXEC_PROGRAM(Executable [Directory to run in] [ARGS arguments to executable])" + "The executable is run in the optionally specified Directory. The executable " + "can include arguments if it is double quoted, but it is better to use the " + "optional ARGS argument to specify arguments to the program. This is because " + "cmake will then be able to escape spaces in the Executable path."; } cmTypeMacro(cmExecProgramCommand, cmCommand); -- cgit v1.2.1