summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-07-26 13:47:22 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-07-26 13:47:22 (GMT)
commit4fe6473b8b7dad97871d361d3d07e808d932a2c4 (patch)
tree691c0835b043a2ee6e6fc81faa92bc072c8c8aee /CMakeLists.txt
parentf8f4560ab4b20fdd7d2b0cb4b6ad3025b181038a (diff)
downloadCMake-4fe6473b8b7dad97871d361d3d07e808d932a2c4.zip
CMake-4fe6473b8b7dad97871d361d3d07e808d932a2c4.tar.gz
CMake-4fe6473b8b7dad97871d361d3d07e808d932a2c4.tar.bz2
ENH: Updated regexp for tracing dependencies in FLTK dialog.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45e8b86..77e77e4 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).*")