Skip to content

Commit 526ca28

Browse files
committed
Use VS2022 by default. JIRA: CXX-13943
git-svn-id: https://anonsvn.ncbi.nlm.nih.gov/repos/v1/trunk/c++@104070 78c7ea69-d796-4a43-9a09-de51944f1b03
1 parent 247ffc8 commit 526ca28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-system/cmake/CMake.NCBIComponentsMSVC.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ elseif("${CMAKE_GENERATOR}" STREQUAL "Visual Studio 15 2017")
3434
endif()
3535
else()
3636
# message(WARNING "Generator ${CMAKE_GENERATOR} not tested")
37-
set(NCBI_ThirdPartyCompiler vs2019.64)
37+
set(NCBI_ThirdPartyCompiler vs2022.64)
3838
endif()
3939

4040
#############################################################################

0 commit comments

Comments
 (0)