File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1109,9 +1109,9 @@ if(BUILD_SHARED_LIBS)
11091109 # hidden from the installed interface.
11101110 set (_${_dep} _link $<BUILD_INTERFACE :$<LINK_LIBRARY :WHOLE_ARCHIVE ,${_dep} ::${_dep} >>)
11111111
1112- # Promote the absorbed library's public transitive deps into cudf's public interface.
1113- # Filter out deps that are themselves absorbed — they are already linked via whole-archive.
1114- # Also filter LINK_ONLY entries — those are private link deps already statically linked in.
1112+ # Promote the absorbed library's public transitive deps into cudf's public interface. Filter out
1113+ # deps that are themselves absorbed — they are already linked via whole-archive. Also filter
1114+ # LINK_ONLY entries — those are private link deps already statically linked in.
11151115 get_target_property (_iface_libs ${_dep} ::${_dep} INTERFACE_LINK_LIBRARIES )
11161116 if (_iface_libs)
11171117 foreach (_absorbed IN LISTS _absorbed_deps)
You can’t perform that action at this time.
0 commit comments