summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-02-07 16:14:05 -0500
committerBrad King <brad.king@kitware.com>2008-02-07 16:14:05 -0500
commit4987e17f46cb2542106ee2d9afe2752ef78d0f1f (patch)
tree15f70e63f520fb34572ba7147b6231b1e6612276 /bootstrap
parent0bfad2946dc3da390fed5b58dcf493b55886aa31 (diff)
downloadcmake-4987e17f46cb2542106ee2d9afe2752ef78d0f1f.tar.gz
ENH: Improve link line generation for static library cycles.
- Move Tarjan algorithm from cmComputeTargetDepends into its own class cmComputeComponentGraph - Use cmComputeComponentGraph to identify the component DAG of link dependencies in cmComputeLinkDepends - Emit non-trivial component members more than once but always in a contiguous group on the link line
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 4880ace8bd..ad29da2a53 100755
--- a/bootstrap
+++ b/bootstrap
@@ -171,6 +171,7 @@ CMAKE_CXX_SOURCES="\
cmComputeLinkInformation \
cmOrderRuntimeDirectories \
cmComputeTargetDepends \
+ cmComputeComponentGraph \
"
if ${cmake_system_mingw}; then