Sfoglia il codice sorgente

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

Sebastien Barre 23 anni fa
parent
commit
46a327c79d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
         {
+        cmSystemTools::ExpandRegistryValues(args[j]);
         // Glob the entry in case of wildcards.
         cmSystemTools::GlobDirs(args[j].c_str(), path);
         }