We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a79535 + b19f44e commit ddacb02Copy full SHA for ddacb02
storage/ndb/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2008, 2021, Oracle and/or its affiliates.
+# Copyright (c) 2008, 2023, Oracle and/or its affiliates.
2
#
3
# This program is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License, version 2.0,
@@ -436,7 +436,8 @@ IF(WITH_NDBAPI_EXAMPLES)
436
ADD_SUBDIRECTORY(ndbapi-examples)
437
ENDIF()
438
439
-ADD_SUBDIRECTORY(wix)
+## WiX support disabled for now
440
+# ADD_SUBDIRECTORY(wix)
441
442
IF(WITH_UNIT_TESTS)
443
FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/unittest/ndb)
0 commit comments