You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2019/03/22 14:33:51 UTC

svn commit: r1856057 - /apr/apr/trunk/CMakeLists.txt

Author: wrowe
Date: Fri Mar 22 14:33:51 2019
New Revision: 1856057

URL: http://svn.apache.org/viewvc?rev=1856057&view=rev
Log:
Purely cosmetic change for list of features following CMake configure

Modified:
    apr/apr/trunk/CMakeLists.txt

Modified: apr/apr/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CMakeLists.txt?rev=1856057&r1=1856056&r2=1856057&view=diff
==============================================================================
--- apr/apr/trunk/CMakeLists.txt (original)
+++ apr/apr/trunk/CMakeLists.txt Fri Mar 22 14:33:51 2019
@@ -30,10 +30,9 @@ ENDIF()
 
 IF(EXPAT_FOUND)
   OPTION(APU_USE_EXPAT      "Use Expat"                    ON)
-  IF(LIBXML2_FOUND)
-    OPTION(APU_USE_LIBXML2  "Use LibXml2"                  OFF)
-  ENDIF()
+  OPTION(APU_USE_LIBXML2    "Use LibXml2"                  OFF)
 ELSE()
+  OPTION(APU_USE_EXPAT      "Use Expat"                    OFF)
   OPTION(APU_USE_LIBXML2    "Use LibXml2"                  ON)
 ENDIF()