summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-30 19:50:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-30 19:50:15 (GMT)
commit8b9512559dab2ed2a9bca1052b74c899d8983b49 (patch)
tree446042ef2007256c3ec08d5e5516f0a38240cc9a /Source
parent7b02221059fce51d8f12bf93b43d32d56aa4fe47 (diff)
downloadCMake-8b9512559dab2ed2a9bca1052b74c899d8983b49.zip
CMake-8b9512559dab2ed2a9bca1052b74c899d8983b49.tar.gz
CMake-8b9512559dab2ed2a9bca1052b74c899d8983b49.tar.bz2
COMP: Cleanup regular expressions
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 29cbaf9..89ad2a0 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -1,5 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 1.5)
+INCLUDE_REGULAR_EXPRESSION("^.*$")
+
# configure the .h file
CONFIGURE_FILE(
"${CMake_SOURCE_DIR}/Source/cmConfigure.cmake.h.in"