From 43fa3e60cfb96fa42940d234b011514c8be92256 Mon Sep 17 00:00:00 2001 From: Griffin Downs <35574547+grdowns@users.noreply.github.com> Date: Mon, 16 Dec 2019 16:15:01 -0800 Subject: Remove deprecated call to include --- docs/examples/packaging-github-repos.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docs/examples') 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( -- cgit v1.2.3