mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
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.
This commit is contained in:
@@ -277,6 +277,8 @@ protected:
|
||||
std::string& CreateSafeUniqueObjectFileName(const char* sin);
|
||||
|
||||
void ConfigureRelativePaths();
|
||||
std::string FindRelativePathTopSource();
|
||||
std::string FindRelativePathTopBinary();
|
||||
|
||||
cmMakefile *Makefile;
|
||||
cmGlobalGenerator *GlobalGenerator;
|
||||
|
||||
Reference in New Issue
Block a user