This commit is contained in:
Laurent Perron
2022-05-06 12:54:35 +02:00
parent d98af402e3
commit 7538128736

View File

@@ -166,6 +166,12 @@ else # Windows specific part.
VS_RELEASE = v143
CMAKE_PLATFORM = "Visual Studio 17 2022" -A x64
endif
ifeq ("$(VisualStudioVersion)","17.1")
VISUAL_STUDIO_YEAR = 2022
VISUAL_STUDIO_MAJOR = 17
VS_RELEASE = v143
CMAKE_PLATFORM = "Visual Studio 17 2022" -A x64
endif
ifeq ("$(VISUAL_STUDIO_YEAR)","")
$(warning "Unrecognized visual studio version")