mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
Windows : Fix packaging when building with VS2017
This commit is contained in:
parent
c99d71a29c
commit
3990e55fef
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ IF(MSVC_VERSION EQUAL 1600 OR MSVC_VERSION EQUAL 1700 )
|
|||
SET(WIX_MSVC_SUFFIX "VS2010")
|
||||
ELSEIF(MSVC_VERSION EQUAL 1800)
|
||||
SET(WIX_MSVC_SUFFIX "VS2013")
|
||||
ELSEIF (MSVC_VERSION EQUAL 1900)
|
||||
ELSE()
|
||||
SET(WIX_MSVC_SUFFIX "VS2015")
|
||||
ENDIF()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue