Skip to content

Commit 5c9ec80

Browse files
committed
Bug#35801349 Build fails on Windows due to CMake errors in storage/ndb/wix
Temporarily disable WiX builds for NDB. Change-Id: Ied0482eb52148ae8cc65a99a32b518a664d44d20
1 parent e5634b4 commit 5c9ec80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/ndb/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,5 @@ IF(WITH_NDBAPI_EXAMPLES)
342342
ADD_SUBDIRECTORY(ndbapi-examples)
343343
ENDIF()
344344

345-
ADD_SUBDIRECTORY(wix)
345+
## WiX support disabled for now
346+
# ADD_SUBDIRECTORY(wix)

0 commit comments

Comments
 (0)