summaryrefslogtreecommitdiff
path: root/libproxy/cmake/modules/config_macosx.cmk
diff options
context:
space:
mode:
Diffstat (limited to 'libproxy/cmake/modules/config_macosx.cmk')
-rw-r--r--libproxy/cmake/modules/config_macosx.cmk10
1 files changed, 0 insertions, 10 deletions
diff --git a/libproxy/cmake/modules/config_macosx.cmk b/libproxy/cmake/modules/config_macosx.cmk
deleted file mode 100644
index 110d4b8..0000000
--- a/libproxy/cmake/modules/config_macosx.cmk
+++ /dev/null
@@ -1,10 +0,0 @@
-if(APPLE)
- find_library(SC_LIBRARIES SystemConfiguration)
- find_library(CF_LIBRARIES CoreFoundation)
- if(SC_LIBRARIES)
- set(SC_FOUND 1)
- endif()
- if(CF_LIBRARIES)
- set(CF_FOUND 1)
- endif()
-endif() \ No newline at end of file