Skip to content

Commit 0465efd

Browse files
author
Piotr Obrzut
committed
Post-push fix: BUG#27570355: MEB MSI BUILD PROCESS FROM SERVER BRANCH
Fixed WIX setup to handle the case where there is no WIX installed.
1 parent 88d61c0 commit 0465efd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packaging/WiX/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ ENDIF()
2626

2727
include(wix_setup.cmake)
2828

29+
IF(NOT WIX_DIR)
30+
RETURN()
31+
ENDIF()
32+
2933
ADD_SUBDIRECTORY(ca)
3034

3135
# WiX wants the license text as rtf; if there is no rtf license,

0 commit comments

Comments
 (0)