Skip to content

Commit f9f809c

Browse files
committed
cmake: fix python test run on unix
1 parent 5700e97 commit f9f809c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/python.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ add_custom_command(
541541
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::int128>>
542542
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::kernel_timeout_internal>>
543543
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::leak_check>>
544+
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::log_entry>>
544545
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::log_flags>>
545546
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::log_globals>>
546547
$<${need_unix_absl_lib}:$<TARGET_SONAME_FILE:absl::log_initialize>>

0 commit comments

Comments
 (0)