ENH: Updated regexp for tracing dependencies in FLTK dialog.

This commit is contained in:
Berk Geveci 2001-07-26 09:47:22 -04:00
parent f8f4560ab4
commit 4fe6473b8b
1 changed files with 1 additions and 1 deletions

View File

@ -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).*")