diff options
| author | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-12-16 16:15:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-16 16:15:01 -0800 |
| commit | 43fa3e60cfb96fa42940d234b011514c8be92256 (patch) | |
| tree | aa3cea95e61da69a42d047c05359a88c36ef7f3e /docs/examples | |
| parent | e308474b85ff49f2b688a759351c4ec569636910 (diff) | |
| download | vcpkg-43fa3e60cfb96fa42940d234b011514c8be92256.tar.gz vcpkg-43fa3e60cfb96fa42940d234b011514c8be92256.zip | |
Remove deprecated call to include
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/packaging-github-repos.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/examples/packaging-github-repos.md b/docs/examples/packaging-github-repos.md index af2e6141a..61e1f9a5d 100644 --- a/docs/examples/packaging-github-repos.md +++ b/docs/examples/packaging-github-repos.md @@ -10,13 +10,7 @@ Description: Ogg is a multimedia container format, and the native file and strea ```
### Create the portfile
-`portfile.cmake` describes how to build and install the package. First we include `vcpkg_common_functions` to give us utilities for carrying this out:
-
-```no-highlight
-include(vcpkg_common_functions)
-```
-
-Now we download the project from Github with [`vcpkg_from_github`](../maintainers/vcpkg_from_github.md):
+`portfile.cmake` describes how to build and install the package. First we download the project from Github with [`vcpkg_from_github`](../maintainers/vcpkg_from_github.md):
```no-highlight
vcpkg_from_github(
|
