Skip to content
Snippets Groups Projects
Commit 9d055b40 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed path

[[Imported from SVN: r6754]]
parent f21867dc
Branches
Tags
No related merge requests found
file(GLOB_RECURSE makefiles RELATIVE ${RELPATH} "CMakeLists.txt")
foreach(_file ${makefiles})
string(REGEX MATCH ".*test" _testdir ${_file})
string(REGEX MATCH ".*/test" _testdir ${_file})
if(_testdir)
list(APPEND _makefiles ${_testdir})
endif(_testdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment