diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-08-02 03:05:16 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-08-02 03:05:16 (GMT) |
commit | 46a327c79d633c927f1e4a9068900c3fc34a48b0 (patch) | |
tree | 4d3b10a7c96e5949febe9f14e0d727818768a454 /Source/cmFindLibraryCommand.cxx | |
parent | eebc39d1996337658d6ad3e78aaeb3b2f5bafc32 (diff) | |
download | CMake-46a327c79d633c927f1e4a9068900c3fc34a48b0.zip CMake-46a327c79d633c927f1e4a9068900c3fc34a48b0.tar.gz CMake-46a327c79d633c927f1e4a9068900c3fc34a48b0.tar.bz2 |
FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25)
Diffstat (limited to 'Source/cmFindLibraryCommand.cxx')
-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); } |