summaryrefslogtreecommitdiff
path: root/Utilities/cmexpat
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-08 11:27:38 -0500
committerBrad King <brad.king@kitware.com>2009-12-08 11:27:38 -0500
commitd4e26b7e881f97f1cef31b789a7252708cf1c06b (patch)
tree0b59a93c371b014774b48dff08dfcdc2fb743efd /Utilities/cmexpat
parent15316c12f50ae4d34dff855832346c4339574789 (diff)
downloadcmake-d4e26b7e881f97f1cef31b789a7252708cf1c06b.tar.gz
Remove useless include file filters
The commit "Cleanup regular expressions" removed real include filter expressions and replaced them with lines like INCLUDE_REGULAR_EXPRESSION("^.*$") that do no filtering. We simplify the change by removing the lines altogether.
Diffstat (limited to 'Utilities/cmexpat')
-rw-r--r--Utilities/cmexpat/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmexpat/CMakeLists.txt b/Utilities/cmexpat/CMakeLists.txt
index 7dd8329f11..b75c11232c 100644
--- a/Utilities/cmexpat/CMakeLists.txt
+++ b/Utilities/cmexpat/CMakeLists.txt
@@ -1,5 +1,4 @@
PROJECT(CMEXPAT)
-INCLUDE_REGULAR_EXPRESSION("^.*$")
SET(expat_SRCS
xmlparse.c