Skip to content

Commit e55dd2a

Browse files
committed
Style
1 parent aece9f7 commit e55dd2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cpp/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)