From e1ab24354c02a8578049370a72d39c710478b1e3 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 1 May 2003 14:17:11 -0400 Subject: [PATCH] BUG: Make dependency checking work better --- Source/CTest/Curl/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt index 870ff8fb3..5f988ce3e 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")