Parcourir la source

ENH: Updated regexp for tracing dependencies in FLTK dialog.

Berk Geveci il y a 24 ans
Parent
commit
4fe6473b8b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -21,6 +21,6 @@ SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH
   "Where to put the executables for CMake"
   "Where to put the executables for CMake"
 )
 )
 
 
-INCLUDE_REGULAR_EXPRESSION("^cm.*")
+INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|FLTK|CMake).*")