MDEV-5021 tokudb ft-index libraries are build with -DWITHOUT_TOKUDB=1
This commit is contained in:
parent
cd077ca839
commit
43f4e364f0
@ -1,6 +1,7 @@
|
|||||||
# ft-index only supports x86-64 and cmake-2.8.9+
|
# ft-index only supports x86-64 and cmake-2.8.9+
|
||||||
IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND
|
IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND
|
||||||
NOT CMAKE_VERSION VERSION_LESS "2.8.9")
|
NOT CMAKE_VERSION VERSION_LESS "2.8.9" AND
|
||||||
|
NOT WITHOUT_TOKUDB AND NOT WITHOUT_TOKUDB_STORAGE_ENGINE)
|
||||||
CHECK_CXX_SOURCE_COMPILES(
|
CHECK_CXX_SOURCE_COMPILES(
|
||||||
"
|
"
|
||||||
struct a {int b; int c; };
|
struct a {int b; int c; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user