From 2c8e33675ba2cdb949859cc0fdc46e9773ab7e34 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Tue, 8 Apr 2003 13:14:29 -0400
Subject: [PATCH] ERR: Fixed typo.  cmRegularExpression -> RegularExpression.

---
 SystemTools.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SystemTools.cxx b/SystemTools.cxx
index 134c337..c8cbf60 100644
--- a/SystemTools.cxx
+++ b/SystemTools.cxx
@@ -518,7 +518,7 @@ void SystemTools::ExpandRegistryValues(kwsys_std::string& source)
   // The "[^]]" part of this expression will match any character except
   // a close square-bracket.  The ']' character must be the first in the
   // list of characters inside the [^...] block of the expression.
-  cmRegularExpression regEntry("\\[(HKEY[^]]*)\\]");
+  RegularExpression regEntry("\\[(HKEY[^]]*)\\]");
   
   // check for black line or comment
   while (regEntry.find(source))
-- 
GitLab