diff options
author | Brad King <brad.king@kitware.com> | 2021-03-15 14:08:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-17 13:05:52 (GMT) |
commit | 9f36461e12fb57ea4a886040005c7d8e525ac9ce (patch) | |
tree | da82a32632a5c0f5b326b9727bdfdb05a2fa250b /.gitlab/os-windows.yml | |
parent | 22612dd53a46c7f9b4c3f4b7dbe5c78f9afd9581 (diff) | |
download | CMake-9f36461e12fb57ea4a886040005c7d8e525ac9ce.zip CMake-9f36461e12fb57ea4a886040005c7d8e525ac9ce.tar.gz CMake-9f36461e12fb57ea4a886040005c7d8e525ac9ce.tar.bz2 |
gitlab-ci: Fix using VS 16.8 toolset under VS 16.9 in CMake 3.19 branch
The 16.8 and 16.9 toolset numbers vary only in their third component.
Use CMake 3.19.7 for three-component toolset version specification
support.
Diffstat (limited to '.gitlab/os-windows.yml')
-rw-r--r-- | .gitlab/os-windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index 1fff2bb..14ec309 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -38,7 +38,7 @@ CMAKE_CONFIGURATION: windows_vs2019_x64_ninja VCVARSALL: "${VS160COMNTOOLS}\\..\\..\\VC\\Auxiliary\\Build\\vcvarsall.bat" VCVARSPLATFORM: "x64" - VCVARSVERSION: "14.28" + VCVARSVERSION: "14.28.29333" ### External testing @@ -49,7 +49,7 @@ CMAKE_CONFIGURATION: windows_vs2019_x64 CMAKE_GENERATOR: "Visual Studio 16 2019" CMAKE_GENERATOR_PLATFORM: "x64" - CMAKE_GENERATOR_TOOLSET: "v142,version=14.28" + CMAKE_GENERATOR_TOOLSET: "v142,version=14.28.29333" ## Tags |