diff options
author | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-11 22:51:08 (GMT) |
---|---|---|
committer | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-11 22:51:08 (GMT) |
commit | c54ef23c16cfa40c8016643d0a6471539f04fabe (patch) | |
tree | 235c0b471c5bda6b7e1a678c90f7e54d2263cac7 /Source/cmNinjaTargetGenerator.cxx | |
parent | 4db9dd89df2cc21747c65383b197efb9ca5cba4d (diff) | |
download | CMake-c54ef23c16cfa40c8016643d0a6471539f04fabe.zip CMake-c54ef23c16cfa40c8016643d0a6471539f04fabe.tar.gz CMake-c54ef23c16cfa40c8016643d0a6471539f04fabe.tar.bz2 |
Line Length: <79
Diffstat (limited to 'Source/cmNinjaTargetGenerator.cxx')
-rw-r--r-- | Source/cmNinjaTargetGenerator.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx index f66d1d3..02af738 100644 --- a/Source/cmNinjaTargetGenerator.cxx +++ b/Source/cmNinjaTargetGenerator.cxx @@ -341,7 +341,8 @@ cmNinjaTargetGenerator useClDeps = true; if (projectName && std::string(projectName) == "CMAKE_TRY_COMPILE") { - // don't wrap for try_compile, TODO but why doesn't it work with cmcldeps? + // don't wrap for try_compile, + // TODO but why doesn't it work with cmcldeps? useClDeps = false; } } @@ -382,7 +383,8 @@ cmNinjaTargetGenerator if(useClDeps) { std::string prefix = clShowPrefix; - cmdLine = "\"" + std::string(clDepsBinary) + "\" $in $out.d $out \"" + prefix + "\" " + cmdLine; + cmdLine = "\"" + std::string(clDepsBinary) + "\" $in $out.d $out \"" + + prefix + "\" " + cmdLine; } // Write the rule for compiling file of the given language. |