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.
1 parent e49c1d1 commit 176d603Copy full SHA for 176d603
storage/tokudb/CMakeLists.txt
@@ -4,8 +4,9 @@ IF(CMAKE_VERSION VERSION_LESS "2.8.9")
4
MESSAGE(STATUS "CMake 2.8.9 or higher is required by TokuDB")
5
ELSEIF(NOT HAVE_DLOPEN)
6
MESSAGE(STATUS "dlopen is required by TokuDB")
7
-ELSEIF(NOT TARGET perfschema)
+ELSEIF(PLUGIN_PERFSCHEMA MATCHES "^NO$")
8
MESSAGE(STATUS "Performance Schema is required by TokuDB")
9
+ RETURN()
10
ELSEIF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR
11
CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
12
# tokudb requires F_NOCACHE or O_DIRECT, and designated initializers
0 commit comments