Skip to content

Commit 3990e55

Browse files
committed
Windows : Fix packaging when building with VS2017
1 parent c99d71a commit 3990e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win/packaging/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ IF(MSVC_VERSION EQUAL 1600 OR MSVC_VERSION EQUAL 1700 )
5151
SET(WIX_MSVC_SUFFIX "VS2010")
5252
ELSEIF(MSVC_VERSION EQUAL 1800)
5353
SET(WIX_MSVC_SUFFIX "VS2013")
54-
ELSEIF (MSVC_VERSION EQUAL 1900)
54+
ELSE()
5555
SET(WIX_MSVC_SUFFIX "VS2015")
5656
ENDIF()
5757

0 commit comments

Comments
 (0)