Skip to content

Commit

Permalink
* README.cmake: Update to current state.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920714 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 16, 2024
1 parent e27a439 commit e475f78
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,9 @@ How to build
Default: ON
APR_POOL_DEBUG Turn on pools debugging
Default: OFF
TEST_STATIC_LIBS Build the test suite to test the APR static
library instead of the APR dynamic library.
Default: OFF
In order to build the test suite against both
static and dynamic libraries, separate builds
will be required, one with TEST_STATIC_LIBS
set to ON.
INSTALL_PDB Install .pdb files if generated.
Default: ON

LIBXML2_ICONV_INCLUDE_DIR, LIBXML2_ICONV_LIBRARIES

If using libxml2 for the XML implementation and the build of libxml2
requires iconv, set these variables to allow iconv includes
and libraries to be found.

CMAKE_C_FLAGS_RELEASE, _DEBUG, _RELWITHDEBINFO, _MINSIZEREL

CMAKE_BUILD_TYPE
Expand Down Expand Up @@ -123,8 +110,6 @@ Known Bugs and Limitations
+ CRYPTO:
. APU_HAVE_NSS
+ APU_HAVE_ICONV
* XML implementation (i.e., Expat or libxml2) could support static XML impl
with apr-2.lib.

Generally:

Expand Down

0 comments on commit e475f78

Please sign in to comment.