mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -06:00
Fix build with VS2022 17.10.x (#5575)
* Fix dep build with latest vs2022 * Fix opencv build with latest vs2022
This commit is contained in:
parent
99544f9104
commit
a877d642f6
3 changed files with 55 additions and 2 deletions
4
deps/deps-windows.cmake
vendored
4
deps/deps-windows.cmake
vendored
|
@ -15,8 +15,8 @@ elseif (MSVC_VERSION LESS 1930)
|
|||
# 1920-1929 = VS 16.0 (v142 toolset)
|
||||
set(DEP_VS_VER "16")
|
||||
set(DEP_BOOST_TOOLSET "msvc-14.2")
|
||||
elseif (MSVC_VERSION LESS 1940)
|
||||
# 1930-1939 = VS 17.0 (v143 toolset)
|
||||
elseif (MSVC_VERSION LESS 1950)
|
||||
# 1930-1949 = VS 17.0 (v143 toolset)
|
||||
set(DEP_VS_VER "17")
|
||||
set(DEP_BOOST_TOOLSET "msvc-14.3")
|
||||
else ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue