summaryrefslogtreecommitdiff
path: root/cmake/wsrep.cmake
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2012-09-04 22:13:46 +0200
committerVladislav Vaintroub <wlad@montyprogram.com>2012-09-04 22:13:46 +0200
commit02abef584c607667395bbfc3686b7c7063f57206 (patch)
tree26b0531cb75d5a8b759a8d997be5c4cace3a132b /cmake/wsrep.cmake
parent8e84b9e740ff3641f1fc500a616962cb3bc75a64 (diff)
downloadmariadb-git-02abef584c607667395bbfc3686b7c7063f57206.tar.gz
Fixes for galera build
- compile with WITH_WSREP on - fix package name
Diffstat (limited to 'cmake/wsrep.cmake')
-rw-r--r--cmake/wsrep.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/wsrep.cmake b/cmake/wsrep.cmake
index bb646028285..5bfc39c66e6 100644
--- a/cmake/wsrep.cmake
+++ b/cmake/wsrep.cmake
@@ -47,7 +47,7 @@ SET(WSREP_VERSION
"${WSREP_API_VERSION}.${WSREP_PATCH_VERSION}.r${WSREP_PATCH_REVNO}"
)
-OPTION(WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)" OFF)
+OPTION(WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)" ON)
IF (WITH_WSREP)
SET(WSREP_C_FLAGS "-DWITH_WSREP -DWSREP_PROC_INFO -DMYSQL_MAX_VARIABLE_VALUE_LEN=2048")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${WSREP_C_FLAGS}")