Commit c24ead7f by Jürg Billeter

CMake: Link `time_zone` library to `Threads::Threads`

`time_zone_impl.cc` uses `std::mutex`.
parent d23adc1c
...@@ -84,6 +84,7 @@ absl_cc_library( ...@@ -84,6 +84,7 @@ absl_cc_library(
COPTS COPTS
${ABSL_DEFAULT_COPTS} ${ABSL_DEFAULT_COPTS}
DEPS DEPS
Threads::Threads
$<$<PLATFORM_ID:Darwin>:${CoreFoundation}> $<$<PLATFORM_ID:Darwin>:${CoreFoundation}>
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment