mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-14 02:59:53 -06:00
BUG: Need to collapse path argument to get_directory_property. This addresses bug#3847.
This commit is contained in:
@@ -53,6 +53,10 @@ bool cmGetDirectoryPropertyCommand::InitialPass(
|
||||
sd += "/";
|
||||
sd += *i;
|
||||
}
|
||||
|
||||
// The local generators are associated with collapsed paths.
|
||||
sd = cmSystemTools::CollapseFullPath(sd.c_str());
|
||||
|
||||
// lookup the makefile from the directory name
|
||||
cmLocalGenerator *lg =
|
||||
this->Makefile->GetLocalGenerator()->GetGlobalGenerator()->
|
||||
|
||||
Reference in New Issue
Block a user