Skip to content
GitLab
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
d888b5e3
Commit
d888b5e3
authored
Dec 07, 2000
by
Dan Blezek
Browse files
ENH: Added TESTS target
parent
748e1a36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmMakefile.cxx
View file @
d888b5e3
...
...
@@ -85,7 +85,7 @@ bool cmMakefile::ReadMakefile(const char* filename)
cmSystemTools
::
ReadList
(
m_SubDirectories
,
fin
);
}
}
else
if
(
line
.
find
(
"EXECUTABLES"
)
!=
std
::
string
::
npos
)
else
if
(
line
.
find
(
"EXECUTABLES"
)
!=
std
::
string
::
npos
||
line
.
find
(
"TESTS"
)
!=
std
::
string
::
npos
)
{
if
(
line
.
find
(
"
\\
"
)
!=
std
::
string
::
npos
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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