File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
8892set(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")
9195if(NOT EXISTS ${dest_file})
9296 file(DOWNLOAD ${url} ${dest_file} EXPECTED_HASH SHA256=${expected_hash})
9397else()
You can’t perform that action at this time.
0 commit comments