From 46a327c79d633c927f1e4a9068900c3fc34a48b0 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Thu, 1 Aug 2002 23:05:16 -0400 Subject: FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25) --- Source/cmFindLibraryCommand.cxx | 1 + 1 file changed, 1 insertion(+) 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 const& argsIn) } else { + cmSystemTools::ExpandRegistryValues(args[j]); // Glob the entry in case of wildcards. cmSystemTools::GlobDirs(args[j].c_str(), path); } -- cgit v0.12