File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,9 @@ if(WINDOWS)
9898 elseif (MSVC_VERSION GREATER_EQUAL 1930 AND MSVC_VERSION LESS 1950) # Visual Studio 2022
9999 set (MSVC_VER 140)
100100 set (MSVC_TOOLSET_VER 143)
101+ elseif (MSVC_VERSION GREATER_EQUAL 1950 AND MSVC_VERSION LESS 1970) # Visual Studio 2026
102+ set (MSVC_VER 140)
103+ set (MSVC_TOOLSET_VER 145)
101104 else (MSVC80 )
102105 MESSAGE (WARNING "New MSVC_VERSION ${MSVC_VERSION} of MSVC: adapt Copy3rdPartyLibs.cmake" )
103106 endif (MSVC80 )
@@ -135,6 +138,7 @@ if(WINDOWS)
135138 msvcp${MSVC_VER} _atomic_wait.dll
136139 msvcp${MSVC_VER} _codecvt_ids.dll
137140 msvcr${MSVC_VER} .dll
141+ vccorlib${MSVC_VER} .dll
138142 vcruntime${MSVC_VER} .dll
139143 vcruntime${MSVC_VER} _1.dll
140144 vcruntime${MSVC_VER} _threads.dll
You can’t perform that action at this time.
0 commit comments