diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-06-16 22:03:29 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-06-16 22:03:29 +0300 |
| commit | 5ecab576673d98b01296ef02c8bc9300c5f6e796 (patch) | |
| tree | 129a6ac8eb27bc09d8a40d31f8e00340763ff251 /docs/markdown/snippets/find_library_static.md | |
| parent | 288ef0e0e7dbf58a91a1a78095aa51f1bb7a7877 (diff) | |
Update things for new release.0.51.0
Diffstat (limited to 'docs/markdown/snippets/find_library_static.md')
| -rw-r--r-- | docs/markdown/snippets/find_library_static.md | 6 |
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. |
