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
Stephen Kelly
CMake
Commits
b6a174d2
Commit
b6a174d2
authored
Oct 09, 2016
by
Stephen Kelly
Browse files
Makefiles: Remove query for CMAKE_OBJECT_NAME
it is not set.
parent
d0faa58a
Pipeline
#29965
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Source/cmMakefileTargetGenerator.cxx
View file @
b6a174d2
...
...
@@ -1207,9 +1207,7 @@ void cmMakefileTargetGenerator::WriteObjectsVariable(
i
!=
this
->
ExternalObjects
.
end
();
++
i
)
{
object
=
this
->
LocalGenerator
->
MaybeConvertToRelativePath
(
currentBinDir
,
*
i
);
*
this
->
BuildFileStream
<<
" "
<<
lineContinue
<<
"
\n
"
<<
this
->
Makefile
->
GetSafeDefinition
(
"CMAKE_OBJECT_NAME"
);
*
this
->
BuildFileStream
<<
" "
<<
lineContinue
<<
"
\n
"
;
*
this
->
BuildFileStream
<<
this
->
LocalGenerator
->
ConvertToQuotedOutputPath
(
i
->
c_str
(),
useWatcomQuote
);
}
...
...
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