summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-07 22:32:35 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-07 22:32:35 (GMT)
commit4036627487eeaed8058e6cc7290bc591d16c6e79 (patch)
tree72e1caf1a74eda521d132fd8b3ff8fff1b026217 /Source/cmLocalGenerator.h
parentad4055f3e201189112fd10bb02ef2ca237815cd9 (diff)
downloadCMake-4036627487eeaed8058e6cc7290bc591d16c6e79.zip
CMake-4036627487eeaed8058e6cc7290bc591d16c6e79.tar.gz
CMake-4036627487eeaed8058e6cc7290bc591d16c6e79.tar.bz2
ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary to use higher relative path tops when the source directories jump around in a tree below the original source top.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 53a53d4..fbeb056 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -277,6 +277,8 @@ protected:
std::string& CreateSafeUniqueObjectFileName(const char* sin);
void ConfigureRelativePaths();
+ std::string FindRelativePathTopSource();
+ std::string FindRelativePathTopBinary();
cmMakefile *Makefile;
cmGlobalGenerator *GlobalGenerator;