Skip to content

Commit 7475960

Browse files
committed
README: Update release and expected_hash
1 parent daaaa9c commit 7475960

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ For reference, the associated merge request is https://gitlab.kitware.com/cmake/
2323

2424
<!-- CHANGELOG-INSERT -->
2525

26+
### v1.10
27+
28+
* feat(Vcvars): Add MSVC version mappings by toolset and Visual Studio version
29+
2630
### v1.9
2731

2832
* feat(Vcvars): Support `FunctionsOnly` component to skip discovery logic
@@ -86,8 +90,8 @@ There are few possible approaches:
8690
```cmake
8791
# Download FindVcvars.cmake
8892
set(dest_file "${CMAKE_CURRENT_BINARY_DIR}/FindVcvars.cmake")
89-
set(expected_hash "361329de94bbcfdbd93ce76ad6c7318f84eacf9f30a7d8740dae316bb060e5aa")
90-
set(url "https://raw.githubusercontent.com/scikit-build/cmake-FindVcvars/v1.9/FindVcvars.cmake")
93+
set(expected_hash "da1df73a82135b18e0b69baaf8659c7f18a5a14e7f90c9d14243fedbb6731bd7")
94+
set(url "https://raw.githubusercontent.com/scikit-build/cmake-FindVcvars/v1.10/FindVcvars.cmake")
9195
if(NOT EXISTS ${dest_file})
9296
file(DOWNLOAD ${url} ${dest_file} EXPECTED_HASH SHA256=${expected_hash})
9397
else()

0 commit comments

Comments
 (0)