aboutsummaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
parent0a2564482197ec5bf6495c705d5e93265af55e4a (diff)
downloadvcpkg-cfc7f61b61be49020044a17df67ae696cb6fa8fd.tar.gz
vcpkg-cfc7f61b61be49020044a17df67ae696cb6fa8fd.zip
[docs] Fix GITLAB_INSTANCE-> GITLAB_URL
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_from_gitlab.cmake2
1 files changed, 1 insertions, 1 deletions
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>]