diff options
| -rw-r--r-- | docs/maintainers/vcpkg_from_gitlab.md | 2 | ||||
| -rw-r--r-- | scripts/cmake/vcpkg_from_gitlab.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/maintainers/vcpkg_from_gitlab.md b/docs/maintainers/vcpkg_from_gitlab.md index 697e32f44..69deea933 100644 --- a/docs/maintainers/vcpkg_from_gitlab.md +++ b/docs/maintainers/vcpkg_from_gitlab.md @@ -5,7 +5,7 @@ Download and extract a project from Gitlab instances. Enables support for `insta ## Usage: ```cmake vcpkg_from_gitlab( - GITLAB_INSTANCE <https://gitlab.com> + GITLAB_URL <https://gitlab.com> OUT_SOURCE_PATH <SOURCE_PATH> REPO <gitlab-org/gitlab-ce> [REF <v10.7.3>] diff --git a/scripts/cmake/vcpkg_from_gitlab.cmake b/scripts/cmake/vcpkg_from_gitlab.cmake index 5847f8319..2f2198fd6 100644 --- a/scripts/cmake/vcpkg_from_gitlab.cmake +++ b/scripts/cmake/vcpkg_from_gitlab.cmake @@ -5,7 +5,7 @@ ## ## Usage: ## ```cmake ## vcpkg_from_gitlab( -## GITLAB_INSTANCE <https://gitlab.com> +## GITLAB_URL <https://gitlab.com> ## OUT_SOURCE_PATH <SOURCE_PATH> ## REPO <gitlab-org/gitlab-ce> ## [REF <v10.7.3>] |
