Skip to content
Snippets Groups Projects
Commit 153a3441 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

fixed match for .svn in modules/CMakeLists.txt

parent 29ad174e
Branches
Tags
No related merge requests found
# recursively process all subdirectories
file(GLOB ALL_FILES *)
foreach(fname ${ALL_FILES})
if(NOT ${fname} MATCHES ".*.svn"
if(NOT ${fname} MATCHES ".*\\.svn"
AND NOT ${fname} MATCHES ".*CMakeFiles"
AND NOT ${fname} MATCHES ".*main"
AND NOT ${fname} MATCHES "doc")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment