mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
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
|
||||
{
|
||||
cmSystemTools::ExpandRegistryValues(args[j]);
|
||||
// Glob the entry in case of wildcards.
|
||||
cmSystemTools::GlobDirs(args[j].c_str(), path);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user