diff options
-rw-r--r-- | Source/cmFindLibraryCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx index 0643ac6..5b8d0af 100644 --- a/Source/cmFindLibraryCommand.cxx +++ b/Source/cmFindLibraryCommand.cxx @@ -71,6 +71,7 @@ bool cmFindLibraryCommand::InitialPass(std::vector<std::string> const& argsIn) } else { + cmSystemTools::ExpandRegistryValues(args[j]); // Glob the entry in case of wildcards. cmSystemTools::GlobDirs(args[j].c_str(), path); } |