diff options
author | Brad King <brad.king@kitware.com> | 2006-10-10 01:48:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-10-10 01:48:48 (GMT) |
commit | 8824f7984a5b19f3e5496b418f3716ffc6bf4718 (patch) | |
tree | 8aa2afc15302658da68580fe74974d0f0157923b /Source/cmGlobalVisualStudio7Generator.h | |
parent | 0fe0523810b1408c94c722ebae8aa47429d55d6d (diff) | |
download | CMake-8824f7984a5b19f3e5496b418f3716ffc6bf4718.zip CMake-8824f7984a5b19f3e5496b418f3716ffc6bf4718.tar.gz CMake-8824f7984a5b19f3e5496b418f3716ffc6bf4718.tar.bz2 |
BUG: Fixed references to projects outside the build tree and in other locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index c8902cf..e46480b 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -118,6 +118,7 @@ protected: const char* name, const char* path, const std::vector<std::string>& dependencies); + std::string ConvertToSolutionPath(const char* path); std::vector<std::string> Configurations; std::map<cmStdString, cmStdString> GUIDMap; |