Skip to content

Commit

Permalink
CMake: By default disable LDAP support on Windows -- it does not comp…
Browse files Browse the repository at this point in the history
…ile.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920664 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent a5c1557 commit 39bc3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CMAKE_DEPENDENT_OPTION(APU_DSO_BUILD "Use DSO build of modular components" ON "B
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)

Expand Down

0 comments on commit 39bc3c5

Please sign in to comment.