diff options
Diffstat (limited to 'Source/cmFindProgramCommand.cxx')
-rw-r--r-- | Source/cmFindProgramCommand.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx index e34dd9e..4fc2759 100644 --- a/Source/cmFindProgramCommand.cxx +++ b/Source/cmFindProgramCommand.cxx @@ -86,7 +86,6 @@ bool cmFindProgramCommand::InitialPass(std::vector<std::string> const& argsIn) } else { - m_Makefile->ExpandVariablesInString(args[j]); if(doingNames) { names.push_back(args[j]); @@ -110,7 +109,6 @@ bool cmFindProgramCommand::InitialPass(std::vector<std::string> const& argsIn) { // expand variables std::string exp = args[j]; - m_Makefile->ExpandVariablesInString(exp); cmSystemTools::ExpandRegistryValues(exp); // Glob the entry in case of wildcards. |