Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
79eeb9c4
Commit
79eeb9c4
authored
Jul 14, 2005
by
Andy Cedilnik
Browse files
BUG: Look for custom files in all directories
parent
237e7d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmCTest.cxx
View file @
79eeb9c4
...
...
@@ -1716,7 +1716,7 @@ int cmCTest::ReadCustomConfigurationFileTree(const char* dir)
cmMakefile
*
mf
=
lg
->
GetMakefile
();
std
::
string
rexpr
=
dir
;
rexpr
+=
"/
*/
CTestCustom.ctest"
;
rexpr
+=
"/CTestCustom.ctest"
;
cmGlob
gl
;
gl
.
RecurseOn
();
gl
.
FindFiles
(
rexpr
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment