Skip to content
Snippets Groups Projects
Commit abb3ef00 authored by wenqing's avatar wenqing Committed by Lars Bilke
Browse files

[conan] Updated the visual studio versions in conan.cmake up to 2019

parent a4898900
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,8 @@ function(_get_msvc_ide_version result) ...@@ -52,6 +52,8 @@ function(_get_msvc_ide_version result)
set(${result} 14 PARENT_SCOPE) set(${result} 14 PARENT_SCOPE)
elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920)
set(${result} 15 PARENT_SCOPE) set(${result} 15 PARENT_SCOPE)
elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930)
set(${result} 16 PARENT_SCOPE)
else() else()
message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment