瀏覽代碼

Merge topic 'refactor-link-internals'

f45ede61 cmTarget: Fix CMP0022 OLD breakage from recent refactoring
Brad King 11 年之前
父節點
當前提交
5ba3cbbd24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmTarget.cxx

+ 1 - 1
Source/cmTarget.cxx

@@ -6435,7 +6435,7 @@ cmTarget::GetLinkImplementationLibrariesInternal(const std::string& config,
   if(!impl.LibrariesDone)
     {
     impl.LibrariesDone = true;
-    this->ComputeLinkImplementation(config, impl, this);
+    this->ComputeLinkImplementation(config, impl, head);
     }
   return &impl;
 }