summaryrefslogtreecommitdiffstats
path: root/Source/cmFindLibraryCommand.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-08-02 03:05:16 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-08-02 03:05:16 (GMT)
commit46a327c79d633c927f1e4a9068900c3fc34a48b0 (patch)
tree4d3b10a7c96e5949febe9f14e0d727818768a454 /Source/cmFindLibraryCommand.cxx
parenteebc39d1996337658d6ad3e78aaeb3b2f5bafc32 (diff)
downloadCMake-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.cxx1
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);
}