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

This commit is contained in:
Sebastien Barre 2003-01-23 10:35:14 -05:00
parent b05c5e89ed
commit 937c87bd69

View File

@ -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")