diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-01-27 17:37:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-01-27 17:37:30 (GMT) |
commit | d13e30f3ae02444682a2e593768020b9d11b6b54 (patch) | |
tree | 1bda720a9a8f0c993a5f6c848c9328c0e455d6ef /Source/cmLocalGenerator.h | |
parent | 127872e820ea7aed784c780d29f824817193c14e (diff) | |
download | CMake-d13e30f3ae02444682a2e593768020b9d11b6b54.zip CMake-d13e30f3ae02444682a2e593768020b9d11b6b54.tar.gz CMake-d13e30f3ae02444682a2e593768020b9d11b6b54.tar.bz2 |
ENH: Make install on windows seems to work now
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index e773568..c7e1e20 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -79,7 +79,8 @@ public: std::string ConvertToRelativeOutputPath(const char* p); protected: - virtual void AddInstallRule(std::ostream& fout, const char* dest, int type, const char* files); + virtual void AddInstallRule(std::ostream& fout, const char* dest, int type, + const char* files, bool optional = false); bool m_FromTheTop; cmMakefile *m_Makefile; |