diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-05-09 19:48:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 10:48:42 -0700 |
| commit | 5a271a9290282e09149401486f88dc106dc65b71 (patch) | |
| tree | 05eb8b9453718a3f6e5c70b84946a86b81fef1c2 /ports | |
| parent | f44d4c169f1b81a6188b330dbd837881ffb9ef2b (diff) | |
| download | vcpkg-5a271a9290282e09149401486f88dc106dc65b71.tar.gz vcpkg-5a271a9290282e09149401486f88dc106dc65b71.zip | |
[doc] Fix spelling errors (#17560)
* [doc] Fix spelling errors in docs
* [doc] Fix spelling errors in scripts
* Bump version
* x-add-version
* Fix another typo
* Rebuild
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/vcpkg-cmake/vcpkg.json | 2 | ||||
| -rw-r--r-- | ports/vcpkg-cmake/vcpkg_cmake_configure.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/vcpkg-cmake/vcpkg.json b/ports/vcpkg-cmake/vcpkg.json index f8dfb94da..710d38e62 100644 --- a/ports/vcpkg-cmake/vcpkg.json +++ b/ports/vcpkg-cmake/vcpkg.json @@ -1,5 +1,5 @@ { "name": "vcpkg-cmake", "version-date": "2021-02-28", - "port-version": 1 + "port-version": 2 } diff --git a/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake b/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake index 9f49a7d5c..3b7d31eff 100644 --- a/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake +++ b/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake @@ -30,7 +30,7 @@ that build type. Use the `OPTIONS` argument to set the configure settings for both release and debug, and use `OPTIONS_RELEASE` and `OPTIONS_DEBUG` to set the configure settings for -release only and debug only repsectively. +release only and debug only respectively. By default, when possible, `vcpkg_cmake_configure` uses [ninja-build] as its build system. If the `WINDOWS_USE_MSBUILD` argument is passed, then |
