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
bd9852e5
Commit
bd9852e5
authored
Aug 26, 2005
by
Andy Cedilnik
Browse files
COMP: Simplify logic and remove sun compile error
parent
af7221b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestGenericHandler.cxx
View file @
bd9852e5
...
...
@@ -109,7 +109,7 @@ bool cmCTestGenericHandler::StartLogFile(const char* name, cmGeneratedFileStream
{
ostr
<<
"_"
<<
m_SubmitIndex
;
}
if
(
*
m_CTest
->
GetCurrentTag
().
c_str
()
)
if
(
!
m_CTest
->
GetCurrentTag
().
empty
()
)
{
ostr
<<
"_"
<<
m_CTest
->
GetCurrentTag
();
}
...
...
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