Skip to content

Commit 49aedb5

Browse files
committed
cmake disable building openldap slapd
1 parent d122584 commit 49aedb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ ExternalProject_Add(
205205
openldap_external
206206
URL ${OPENLDAP_URL}
207207
PREFIX ${CMAKE_BINARY_DIR}/openldap
208-
CONFIGURE_COMMAND ./configure --prefix=${OPENLDAP_INSTALL_DIR} --disable-shared --enable-static --without-tls --disable-docs --disable-manual
208+
CONFIGURE_COMMAND ./configure --prefix=${OPENLDAP_INSTALL_DIR} --disable-shared --enable-static --without-tls --disable-slapd --disable-docs --disable-manual
209209
BUILD_IN_SOURCE 1
210210
BUILD_BYPRODUCTS ${OPENLDAP_STATIC_LIB_LDAP} ${OPENLDAP_STATIC_LIB_LBER}
211211
DOWNLOAD_EXTRACT_TIMESTAMP TRUE

0 commit comments

Comments
 (0)