File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ if(WIN32)
71
71
set (CPACK_WIX_PROGRAM_MENU_FOLDER "MySQL" )
72
72
if (NOT BUNDLE_RUNTIME_LIBRARIES)
73
73
set (CPACK_WIX_VS_REDIST_CHECK "1" )
74
- if (MSVC_VERSION GREATER_EQUAL 1930 AND MSVC_VERSION LESS_EQUAL 1939 )
74
+ if (MSVC_VERSION GREATER_EQUAL 1930 AND MSVC_VERSION LESS_EQUAL 1941 )
75
75
set (CPACK_WIX_REDIST_YEAR "2022" )
76
76
set (CPACK_WIX_REDIST_VERSION "14.30.0" )
77
77
elseif (MSVC_VERSION GREATER_EQUAL 1920 AND MSVC_VERSION LESS_EQUAL 1929)
@@ -84,7 +84,7 @@ if(WIN32)
84
84
set (CPACK_WIX_REDIST_YEAR "2015" )
85
85
set (CPACK_WIX_REDIST_VERSION "14.0.0" )
86
86
else ()
87
- message (FATAL_ERROR "Unknown Visual Studio version" )
87
+ message (FATAL_ERROR "Unknown Visual Studio version: ${MSVC_VERSION} " )
88
88
endif ()
89
89
endif ()
90
90
set (CPACK_PACKAGE_EXECUTABLES "mysqlsh;MySQL Shell" )
You can’t perform that action at this time.
0 commit comments