mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
12 lines
362 B
Diff
12 lines
362 B
Diff
diff --git a/absl/base/CMakeLists.txt b/absl/base/CMakeLists.txt
|
|
index 97994fc6..06ab426c 100644
|
|
--- a/absl/base/CMakeLists.txt
|
|
+++ b/absl/base/CMakeLists.txt
|
|
@@ -240,7 +240,6 @@ absl_cc_library(
|
|
${ABSL_DEFAULT_COPTS}
|
|
LINKOPTS
|
|
${ABSL_DEFAULT_LINKOPTS}
|
|
- $<$<BOOL:${LIBRT}>:-lrt>
|
|
$<$<BOOL:${MINGW}>:-ladvapi32>
|
|
DEPS
|
|
absl::atomic_hook
|