diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-06-11 18:15:02 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-06-11 18:15:02 (GMT) |
commit | 5484a691effbc1aa5ceee616d9599a59af5a7b2a (patch) | |
tree | 224505804a0d82e8c00f2aff23eb38bd4c2dc2fc /Source/cmMSDotNETGenerator.h | |
parent | f3cfbce074bde5e20f432c1abee4f5a5a26686e3 (diff) | |
download | CMake-5484a691effbc1aa5ceee616d9599a59af5a7b2a.zip CMake-5484a691effbc1aa5ceee616d9599a59af5a7b2a.tar.gz CMake-5484a691effbc1aa5ceee616d9599a59af5a7b2a.tar.bz2 |
BUG: fix dot net for paths with spaces
Diffstat (limited to 'Source/cmMSDotNETGenerator.h')
-rw-r--r-- | Source/cmMSDotNETGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMSDotNETGenerator.h b/Source/cmMSDotNETGenerator.h index 7fc8c2d..b2c5f1b 100644 --- a/Source/cmMSDotNETGenerator.h +++ b/Source/cmMSDotNETGenerator.h @@ -150,6 +150,7 @@ private: const char* libName, const cmTarget &target); std::string ConvertToXMLOutputPath(const char* path); + std::string ConvertToXMLOutputPathSingle(const char* path); private: std::map<cmStdString, cmStdString> m_GUIDMap; bool m_BuildSLN; |