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 5c314f3 commit ab65119Copy full SHA for ab65119
CMakeLists.txt
@@ -158,8 +158,8 @@ if (VIAMCPPSDK_ENFORCE_COMPILER_MINIMA)
158
message(FATAL_ERROR "Insufficient Apple clang version: XCode 10.0+ required")
159
endif()
160
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
161
- if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.29)
162
- message(FATAL_ERROR "Insufficient MSVC version: Visual Studio 2019 16.10 (MSVC 19.29) or later is required")
+ if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.34)
+ message(FATAL_ERROR "Insufficient MSVC version: Visual Studio 2022 17.4 (MSVC 19.34) or later is required")
163
164
else()
165
message(FATAL_ERROR "Unknown / untested compiler ${CMAKE_CXX_COMPILER_ID}")
0 commit comments