From e475f78a7a77d90e75184dd801555925871907d9 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Mon, 16 Sep 2024 11:06:46 +0000 Subject: [PATCH] * README.cmake: Update to current state. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920714 13f79535-47bb-0310-9956-ffa450edef68 --- README.cmake | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.cmake b/README.cmake index ab79d4cad7..f3d49df0e5 100644 --- a/README.cmake +++ b/README.cmake @@ -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 @@ -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: