Skip to content

Commit ddacb02

Browse files
committed
Merge branch 'mysql-5.7-cluster-7.5' into mysql-5.7-cluster-7.6
2 parents 8a79535 + b19f44e commit ddacb02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

storage/ndb/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2008, 2021, Oracle and/or its affiliates.
1+
# Copyright (c) 2008, 2023, Oracle and/or its affiliates.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0,
@@ -436,7 +436,8 @@ IF(WITH_NDBAPI_EXAMPLES)
436436
ADD_SUBDIRECTORY(ndbapi-examples)
437437
ENDIF()
438438

439-
ADD_SUBDIRECTORY(wix)
439+
## WiX support disabled for now
440+
# ADD_SUBDIRECTORY(wix)
440441

441442
IF(WITH_UNIT_TESTS)
442443
FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/unittest/ndb)

0 commit comments

Comments
 (0)