mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
FIX: this command was not processing its arg to expand registery values
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user