We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5700e97 commit f9f809cCopy full SHA for f9f809c
cmake/python.cmake
@@ -541,6 +541,7 @@ add_custom_command(
541
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::int128>>
542
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::kernel_timeout_internal>>
543
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::leak_check>>
544
+ $<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::log_entry>>
545
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::log_flags>>
546
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::log_globals>>
547
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::log_initialize>>
0 commit comments