summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/zlib_system_dependency.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/zlib_system_dependency.md')
-rw-r--r--docs/markdown/snippets/zlib_system_dependency.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/zlib_system_dependency.md b/docs/markdown/snippets/zlib_system_dependency.md
deleted file mode 100644
index 5bdabf3a0..000000000
--- a/docs/markdown/snippets/zlib_system_dependency.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## Add a system type dependency for zlib
-
-This allows zlib to be detected on macOS and FreeBSD without the use of
-pkg-config or cmake, neither of which are part of the base install on those
-OSes (but zlib is).
-
-A side effect of this change is that `dependency('zlib')` also works with
-cmake instead of requiring `dependency('ZLIB')`.