Skip to content

Commit 49490c7

Browse files
committed
CMakeLists.txt: disable building openldap manual and docs
1 parent 137ebcb commit 49490c7

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
208+
CONFIGURE_COMMAND ./configure --prefix=${OPENLDAP_INSTALL_DIR} --disable-shared --enable-static --without-tls --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)