summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/find_library_static.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/find_library_static.md')
-rw-r--r--docs/markdown/snippets/find_library_static.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/find_library_static.md b/docs/markdown/snippets/find_library_static.md
deleted file mode 100644
index a1b7fa934..000000000
--- a/docs/markdown/snippets/find_library_static.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Add keyword `static` to `find_library`
-
-`find_library` has learned the `static` keyword. They keyword must be a boolean,
-where `true` only searches for static libraries and `false` only searches for
-dynamic/shared. Leaving the keyword unset will keep the old behavior of first
-searching for dynamic and then falling back to static.