FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25)

This commit is contained in:
Sebastien Barre 2002-08-01 23:05:16 -04:00
parent eebc39d199
commit 46a327c79d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
} }