1LINK_INTERFACE_MULTIPLICITY
2---------------------------
3
4Repetition count for ``STATIC`` libraries with cyclic dependencies.
5
6When linking to a ``STATIC`` library target with cyclic dependencies the
7linker may need to scan more than once through the archives in the
8strongly connected component of the dependency graph.  CMake by
9default constructs the link line so that the linker will scan through
10the component at least twice.  This property specifies the minimum
11number of scans if it is larger than the default.  CMake uses the
12largest value specified by any target in a component.
13