diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-09 12:50:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-09 12:50:45 (GMT) |
commit | f93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf (patch) | |
tree | 020eecc42509bd894b4726261363ce0dc78e8aa7 /Source/cmMakefile.h | |
parent | 0f4f9677fcd988dba78583f93ebe0e7e266e7e98 (diff) | |
download | CMake-f93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf.zip CMake-f93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf.tar.gz CMake-f93b1e6d48ad3a1abe09f8bdbb450a28e788d1cf.tar.bz2 |
ENH: Try to remove warning
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 3c26c16..faa4986 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -552,6 +552,12 @@ public: bool atOnly, bool escapeQuotes); /** + * Copy file but change lines acording to ConfigureString + */ + int ConfigureFile(const char* infile, const char* outfile, + bool copyonly, bool atOnly, bool escapeQuotes); + + /** * find what source group this source is in */ cmSourceGroup& FindSourceGroup(const char* source, @@ -629,12 +635,6 @@ public: * Return a location of a file in cmake or custom modules directory */ std::string GetModulesFile(const char* name); - - /** - * Copy file but change lines acording to ConfigureString - */ - int ConfigureFile(const char* infile, const char* outfile, - int copyonly, int atOnly, int escapeQuotes); protected: // add link libraries and directories to the target |