summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileNoAutoconf.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-02-23 15:40:13 (GMT)
committerBrad King <brad.king@kitware.com>2001-02-23 15:40:13 (GMT)
commitd31ce244136205bc006967090ddd4d6fdde5b3cb (patch)
tree7c3c96c3a906ed4ba33d7ecc0ab616db8a0e0373 /Source/cmConfigureFileNoAutoconf.h
parent8f0ac1e9bd4aaf012c10e0044465c580b6f56144 (diff)
downloadCMake-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.h2
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";
}