diff options
| author | pastdue <30942300+past-due@users.noreply.github.com> | 2021-06-08 12:50:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-08 09:50:09 -0700 |
| commit | 38d2893b30d4d4b3c09485216ecf4f6e8ef35d88 (patch) | |
| tree | b2a2161d3680b01fb6649991d290ce8c88e8587b /versions | |
| parent | 31993541c33bf8d3ffe6d664a36c846c63286c09 (diff) | |
| download | vcpkg-38d2893b30d4d4b3c09485216ecf4f6e8ef35d88.tar.gz vcpkg-38d2893b30d4d4b3c09485216ecf4f6e8ef35d88.zip | |
Add VCPKG_MAKE_CONFIGURE_OPTIONS (that can be set in the triplet) (#18132)
* Add VCPKG_MAKE_CONFIGURE_OPTIONS that can be set in the triplet
To append options to the configure command
* Add documentation
* Expand without quotes
Co-Authored-By: ras0219 <533828+ras0219@users.noreply.github.com>
* Add VCPKG_CMAKE_CONFIGURE_OPTIONS that can be set in the triplet
Co-Authored-By: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Bump vcpkg-cmake port-version
* Run x-add-version vcpkg-cmake
* Apply suggestions from code review
* [vcpkg-cmake] add version
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/v-/vcpkg-cmake.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index dac0aa827..310ed89ba 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6482,7 +6482,7 @@ }, "vcpkg-cmake": { "baseline": "2021-02-28", - "port-version": 2 + "port-version": 3 }, "vcpkg-cmake-config": { "baseline": "2021-05-22", diff --git a/versions/v-/vcpkg-cmake.json b/versions/v-/vcpkg-cmake.json index 561945cd6..1f1fb408b 100644 --- a/versions/v-/vcpkg-cmake.json +++ b/versions/v-/vcpkg-cmake.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0e8bb94599a00fd9c61fd0ae524c22a067c21420", + "version-date": "2021-02-28", + "port-version": 3 + }, + { "git-tree": "02fbd92ab46d1512b22280f1264e4e8f8d076ef4", "version-date": "2021-02-28", "port-version": 2 |
