ENH: Updated regexp for tracing dependencies in FLTK dialog.
This commit is contained in:
parent
f8f4560ab4
commit
4fe6473b8b
|
@ -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).*")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue