diff options
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 84de442..82736d2 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -1643,7 +1643,6 @@ void cmLocalGenerator { continue; } - // Link to a library if it is not the same target and is meant for // this configuration type. if((target.GetType() == cmTarget::EXECUTABLE || @@ -1664,7 +1663,6 @@ void cmLocalGenerator linkItem += "/"; linkItem += tgt->GetFullName(config); linkLibraries.push_back(linkItem); - // For full path, use the true location. if(fullPathLibs) { |