FIX: this command was not processing its arg to expand registery values
This commit is contained in:
parent
b05c5e89ed
commit
937c87bd69
@ -39,6 +39,7 @@ bool cmGetFilenameComponentCommand::InitialPass(std::vector<std::string> const&
|
|||||||
|
|
||||||
std::string result;
|
std::string result;
|
||||||
std::string filename = args[1];
|
std::string filename = args[1];
|
||||||
|
cmSystemTools::ExpandRegistryValues(filename);
|
||||||
std::string storeArgs;
|
std::string storeArgs;
|
||||||
std::string programArgs;
|
std::string programArgs;
|
||||||
if (args[2] == "PATH")
|
if (args[2] == "PATH")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user