Skip to content

Commit

Permalink
Raise MSVC_VERSION all the way to 1950
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Puetz <[email protected]>
  • Loading branch information
chrarnoldus and puetzk authored May 23, 2024
1 parent d9b426f commit 6e5369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function(_get_msvc_ide_version result)
set(${result} 15 PARENT_SCOPE)
elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930)
set(${result} 16 PARENT_SCOPE)
elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1941)
elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1950)
set(${result} 17 PARENT_SCOPE)
else()
message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]")
Expand Down

0 comments on commit 6e5369d

Please sign in to comment.