Skip to content

Commit 98abd45

Browse files
BenJuleMackBambu
authored andcommitted
fix: add MSVC 1950+ (VS2026/v144) support to deps-windows.cmake
1 parent 34f9702 commit 98abd45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps/deps-windows.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ elseif (MSVC_VERSION LESS 1950)
2020
# 1930-1949 = VS 17.0 (v143 toolset)
2121
set(DEP_VS_VER "17")
2222
set(DEP_BOOST_TOOLSET "msvc-14.3")
23-
elseif (MSVC_VERSION LESS 1960)
24-
# 1950-1959 = VS 18.0 (v144 toolset)
23+
elseif (MSVC_VERSION LESS 1970)
24+
# 1950-1969 = VS 18.0 (v144 toolset)
2525
set(DEP_VS_VER "18")
2626
set(DEP_BOOST_TOOLSET "msvc-14.4")
2727
else ()

0 commit comments

Comments
 (0)