svn commit: r1920664 - /apr/apr-util/branches/1.7.x/CMakeLists.txt
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 15 00:44:04 2024
New Revision: 1920664
URL: http://svn.apache.org/viewvc?rev=1920664&view=rev
Log:
CMake: By default disable LDAP support on Windows -- it does not compile.
Modified:
apr/apr-util/branches/1.7.x/CMakeLists.txt
Modified: apr/apr-util/branches/1.7.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/CMakeLists.txt?rev=1920664&r1=1920663&r2=1920664&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/CMakeLists.txt (original)
+++ apr/apr-util/branches/1.7.x/CMakeLists.txt Sun Sep 15 00:44:04 2024
@@ -39,7 +39,7 @@ CMAKE_DEPENDENT_OPTION(APU_DSO_BUILD "Us
OPTION(APU_HAVE_CRYPTO "Crypto support" OFF)
OPTION(APU_HAVE_ODBC "Build ODBC DBD driver" ON)
OPTION(APU_HAVE_SQLITE3 "Build SQLite3 DBD driver" OFF)
-OPTION(APR_HAS_LDAP "LDAP support" ON)
+OPTION(APR_HAS_LDAP "LDAP support" OFF)
OPTION(INSTALL_PDB "Install .pdb files (if generated)" ON)
OPTION(APU_BUILD_TEST "Build the test suite" OFF)