diff options
author | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
---|---|---|
committer | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
commit | 4d9259c15b345263705e028092dca2c09a13a220 (patch) | |
tree | e5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmAddExecutableCommand.h | |
parent | acb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff) | |
download | CMake-4d9259c15b345263705e028092dca2c09a13a220.zip CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2 |
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmAddExecutableCommand.h')
-rw-r--r-- | Source/cmAddExecutableCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAddExecutableCommand.h b/Source/cmAddExecutableCommand.h index 2e78742..5f4383a 100644 --- a/Source/cmAddExecutableCommand.h +++ b/Source/cmAddExecutableCommand.h @@ -73,8 +73,8 @@ public: "(using main). The variable CMAKE_MFC_FLAG be used if the windows app " "uses MFC. This variable can be set to the following values:\n" " 0: Use Standard Windows Libraries\n" - " 1: Use MFC in a Static Library \n" - " 2: Use MFC in a Shared DLL \n" + " 1: Use MFC in a Static Library\n" + " 2: Use MFC in a Shared DLL\n" "MACOSX_BUNDLE indicates that when build on Mac OSX, executable should " "be in the bundle form. The MACOSX_BUNDLE also allows several " "variables to be specified:\n" |