Ver Fonte

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

Sebastien Barre há 23 anos atrás
pai
commit
46a327c79d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Source/cmFindLibraryCommand.cxx

+ 1 - 0
Source/cmFindLibraryCommand.cxx

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