Skip to content

Commit ebce682

Browse files
committed
Merge ../10.2-mariarocks into 10.2
2 parents 15878ee + 23b86a1 commit ebce682

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

storage/rocksdb/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ IF(CMAKE_SYSTEM_PROCESSOR MATCHES "i[36]86")
2222
SKIP_ROCKSDB_PLUGIN("Intel 32 bit not supported.")
2323
ENDIF()
2424

25+
#
26+
# Also, disable building on 32-bit Windows
27+
#
28+
IF (WIN32 AND CMAKE_SIZEOF_VOID_P EQUAL 4)
29+
SKIP_ROCKSDB_PLUGIN("32-Bit Windows are temporarily disabled")
30+
ENDIF()
31+
2532
# This plugin needs recent C++ compilers (it is using C++11 features)
2633
# Skip build for the old compilers
2734
SET(CXX11_FLAGS)

0 commit comments

Comments
 (0)