Skip to content

Commit 85fbd10

Browse files
author
Piotr Obrzut
committed
Merge branch 'mysql-8.0' into mysql-trunk
2 parents 708b8bb + 0465efd commit 85fbd10

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)