mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
STYLE: fix line length
This commit is contained in:
@@ -1166,7 +1166,8 @@ void cmLocalVisualStudio7Generator
|
||||
|
||||
// if the source file does not match the linker language
|
||||
// then force c or c++
|
||||
if(needForceLang || (linkLanguage && lang && strcmp(lang, linkLanguage) != 0))
|
||||
if(needForceLang || (linkLanguage && lang
|
||||
&& strcmp(lang, linkLanguage) != 0))
|
||||
{
|
||||
if(strcmp(lang, "CXX") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user