Browse Source

FIX: this command was not processing its arg to expand registery values

Sebastien Barre 23 years ago
parent
commit
937c87bd69
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmGetFilenameComponentCommand.cxx

+ 1 - 0
Source/cmGetFilenameComponentCommand.cxx

@@ -39,6 +39,7 @@ bool cmGetFilenameComponentCommand::InitialPass(std::vector<std::string> const&
   
   std::string result;
   std::string filename = args[1];
+  cmSystemTools::ExpandRegistryValues(filename);
   std::string storeArgs;
   std::string programArgs;
   if (args[2] == "PATH")