summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-08-14 03:26:53 -0700
committerbrian@zim.(none) <>2006-08-14 03:26:53 -0700
commitb93a5c5f04822f2402311aceac7bad3a22f49d0d (patch)
tree323751f1a712a89f3fdc2a9d887f48cde9f2cc5b /CMakeLists.txt
parentaf443c2dd8bfcc937ae704ed4bb503ef02aaa578 (diff)
downloadmariadb-git-b93a5c5f04822f2402311aceac7bad3a22f49d0d.tar.gz
Updated row result, and fix for Windows build.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5edc33b9f5a..ec744e975c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -131,9 +131,6 @@ ADD_SUBDIRECTORY(client)
IF(WITH_ARCHIVE_STORAGE_ENGINE)
ADD_SUBDIRECTORY(storage/archive)
ENDIF(WITH_ARCHIVE_STORAGE_ENGINE)
-IF(WITH_BERKELEY_STORAGE_ENGINE)
- ADD_SUBDIRECTORY(storage/bdb)
-ENDIF(WITH_BERKELEY_STORAGE_ENGINE)
IF(WITH_BLACKHOLE_STORAGE_ENGINE)
ADD_SUBDIRECTORY(storage/blackhole)
ENDIF(WITH_BLACKHOLE_STORAGE_ENGINE)