summary refs log tree commit diff
path: root/pkgs/development/libraries/abseil-cpp/cmake-core-foundation.patch
blob: 61b57456b3fca28187d89ea4f407f8baeb18083f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur a/absl/time/CMakeLists.txt b/absl/time/CMakeLists.txt
--- a/absl/time/CMakeLists.txt	1969-12-31 19:00:01.000000000 -0500
+++ b/absl/time/CMakeLists.txt	2023-10-30 21:50:32.639061785 -0400
@@ -55,7 +55,7 @@
 )
 
 if(APPLE)
-  find_library(CoreFoundation CoreFoundation)
+  set(CoreFoundation "-framework CoreFoundation")
 endif()
 
 absl_cc_library(