From 4fe6473b8b7dad97871d361d3d07e808d932a2c4 Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Thu, 26 Jul 2001 09:47:22 -0400 Subject: [PATCH] ENH: Updated regexp for tracing dependencies in FLTK dialog. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45e8b868f..77e77e435 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,6 @@ SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH "Where to put the executables for CMake" ) -INCLUDE_REGULAR_EXPRESSION("^cm.*") +INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|FLTK|CMake).*")