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
Dennis Klein
CMake
Commits
f6386a76
Commit
f6386a76
authored
Oct 13, 2016
by
Brad King
Browse files
Merge branch 'ninja-rc-regression' into release
parents
1a64962b
9977899d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmNinjaTargetGenerator.cxx
View file @
f6386a76
...
...
@@ -427,7 +427,7 @@ void cmNinjaTargetGenerator::WriteCompileRule(const std::string& lang)
:
mf
->
GetSafeDefinition
(
"CMAKE_CXX_COMPILER"
);
cldeps
=
"
\"
"
;
cldeps
+=
cmSystemTools
::
GetCMClDepsCommand
();
cldeps
+=
"
\"
"
+
lang
+
"
$in
\"
$DEP_FILE
\"
$out
\"
"
;
cldeps
+=
"
\"
"
+
lang
+
"
"
+
vars
.
Source
+
"
\"
$DEP_FILE
\"
$out
\"
"
;
cldeps
+=
mf
->
GetSafeDefinition
(
"CMAKE_CL_SHOWINCLUDES_PREFIX"
);
cldeps
+=
"
\"
\"
"
+
cl
+
"
\"
"
;
}
...
...
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