Skip to content

Commit 6e5369d

Browse files
chrarnolduspuetzk
andauthored
Raise MSVC_VERSION all the way to 1950
Co-authored-by: Kevin Puetz <puetzk@puetzk.org>
1 parent d9b426f commit 6e5369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conan.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function(_get_msvc_ide_version result)
5555
set(${result} 15 PARENT_SCOPE)
5656
elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930)
5757
set(${result} 16 PARENT_SCOPE)
58-
elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1941)
58+
elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1950)
5959
set(${result} 17 PARENT_SCOPE)
6060
else()
6161
message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]")

0 commit comments

Comments
 (0)