We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247ffc8 commit 526ca28Copy full SHA for 526ca28
src/build-system/cmake/CMake.NCBIComponentsMSVC.cmake
@@ -34,7 +34,7 @@ elseif("${CMAKE_GENERATOR}" STREQUAL "Visual Studio 15 2017")
34
endif()
35
else()
36
# message(WARNING "Generator ${CMAKE_GENERATOR} not tested")
37
- set(NCBI_ThirdPartyCompiler vs2019.64)
+ set(NCBI_ThirdPartyCompiler vs2022.64)
38
39
40
#############################################################################
0 commit comments