summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-01 18:17:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-01 18:17:11 (GMT)
commite1ab24354c02a8578049370a72d39c710478b1e3 (patch)
tree0d6077449991eddd0ba26fbe919e6da6e00db5b3 /Source/CTest/Curl
parente5af515db42a73056b8c07f69bda15be1476bc98 (diff)
downloadCMake-e1ab24354c02a8578049370a72d39c710478b1e3.zip
CMake-e1ab24354c02a8578049370a72d39c710478b1e3.tar.gz
CMake-e1ab24354c02a8578049370a72d39c710478b1e3.tar.bz2
BUG: Make dependency checking work better
Diffstat (limited to 'Source/CTest/Curl')
-rw-r--r--Source/CTest/Curl/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt
index 870ff8f..5f988ce 100644
--- a/Source/CTest/Curl/CMakeLists.txt
+++ b/Source/CTest/Curl/CMakeLists.txt
@@ -1,6 +1,8 @@
CMAKE_MINIMUM_REQUIRED(VERSION 1.5)
PROJECT(LIBCURL C)
+INCLUDE_REGULAR_EXPRESSION("^.*\\.h$")
+
# Setup package meta-data
SET(PACKAGE "curl")
SET(VERSION "7.10.3")