diff options
author | Brad King <brad.king@kitware.com> | 2001-02-23 15:40:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-02-23 15:40:13 (GMT) |
commit | d31ce244136205bc006967090ddd4d6fdde5b3cb (patch) | |
tree | 7c3c96c3a906ed4ba33d7ecc0ab616db8a0e0373 /Source/cmConfigureFileNoAutoconf.h | |
parent | 8f0ac1e9bd4aaf012c10e0044465c580b6f56144 (diff) | |
download | CMake-d31ce244136205bc006967090ddd4d6fdde5b3cb.zip CMake-d31ce244136205bc006967090ddd4d6fdde5b3cb.tar.gz CMake-d31ce244136205bc006967090ddd4d6fdde5b3cb.tar.bz2 |
ERR: Fixed warnings (int->unsigned int and a few others).
Diffstat (limited to 'Source/cmConfigureFileNoAutoconf.h')
-rw-r--r-- | Source/cmConfigureFileNoAutoconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileNoAutoconf.h b/Source/cmConfigureFileNoAutoconf.h index 42a3e3a..d279e97 100644 --- a/Source/cmConfigureFileNoAutoconf.h +++ b/Source/cmConfigureFileNoAutoconf.h @@ -55,7 +55,7 @@ public: "CONFIGURE_HEADER(InputFile OutputFile)\n" "The Input and Ouput files have to have full paths.\n" "They can also use variables like CMAKE_BINARY_DIR,CMAKE_SOURCE_DIR.\n" - "This command is only run if configure was not used. In other\n"; + "This command is only run if configure was not used. In other\n" "words it is only run for non UNIX style builds.\n"; } |