FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25)
This commit is contained in:
parent
eebc39d199
commit
46a327c79d
|
@ -71,6 +71,7 @@ bool cmFindLibraryCommand::InitialPass(std::vector<std::string> const& argsIn)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
cmSystemTools::ExpandRegistryValues(args[j]);
|
||||||
// Glob the entry in case of wildcards.
|
// Glob the entry in case of wildcards.
|
||||||
cmSystemTools::GlobDirs(args[j].c_str(), path);
|
cmSystemTools::GlobDirs(args[j].c_str(), path);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue