summaryrefslogtreecommitdiff
path: root/Source/cmSourceGroup.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-06-23 14:10:12 -0400
committerBrad King <brad.king@kitware.com>2003-06-23 14:10:12 -0400
commit38482b46d171bde2073fadab65118c5c9df29e0f (patch)
treecce4d062f94612f514f2b13cff42f5426c531b4b /Source/cmSourceGroup.h
parentb2368399d91b710616a3c53fc39bd8e11971b42f (diff)
downloadcmake-38482b46d171bde2073fadab65118c5c9df29e0f.tar.gz
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
Diffstat (limited to 'Source/cmSourceGroup.h')
-rw-r--r--Source/cmSourceGroup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmSourceGroup.h b/Source/cmSourceGroup.h
index 0dbd8cc3f3..3158041fa9 100644
--- a/Source/cmSourceGroup.h
+++ b/Source/cmSourceGroup.h
@@ -18,7 +18,8 @@
#define cmSourceGroup_h
#include "cmStandardIncludes.h"
-#include "cmRegularExpression.h"
+#include <cmsys/RegularExpression.hxx>
+
class cmSourceFile;
/** \class cmSourceGroup
@@ -57,7 +58,7 @@ private:
/**
* The regular expression matching the files in the group.
*/
- cmRegularExpression m_GroupRegex;
+ cmsys::RegularExpression m_GroupRegex;
/**
* vector of all source files in this source group