aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-08-08 05:25:20 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-08 05:25:20 -0700
commitcfc7f61b61be49020044a17df67ae696cb6fa8fd (patch)
treead90fc2ac1bacbde2391705743b07177f6aea7c7
parent0a2564482197ec5bf6495c705d5e93265af55e4a (diff)
downloadvcpkg-cfc7f61b61be49020044a17df67ae696cb6fa8fd.tar.gz
vcpkg-cfc7f61b61be49020044a17df67ae696cb6fa8fd.zip
[docs] Fix GITLAB_INSTANCE-> GITLAB_URL
-rw-r--r--docs/maintainers/vcpkg_from_gitlab.md2
-rw-r--r--scripts/cmake/vcpkg_from_gitlab.cmake2
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>]