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

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: ivan
Date: Mon Sep 30 14:34:29 2024
New Revision: 1921046

URL: http://svn.apache.org/viewvc?rev=1921046&view=rev
Log:
Follow-up to r1921029:

CMake: Separate STRINGS property values with ';'.

Modified:
    apr/apr/trunk/CMakeLists.txt

Modified: apr/apr/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CMakeLists.txt?rev=1921046&r1=1921045&r2=1921046&view=diff
==============================================================================
--- apr/apr/trunk/CMakeLists.txt (original)
+++ apr/apr/trunk/CMakeLists.txt Mon Sep 30 14:34:29 2024
@@ -47,7 +47,7 @@ endif()
 set(apr_libname libapr-2)
 
 set(APR_XML_BACKEND "xmllite" CACHE STRING "XML library to use (expat|libxml|xmllite)")
-set_property(CACHE APR_XML_BACKEND PROPERTY STRINGS expat libxml2 xmllite)
+set_property(CACHE APR_XML_BACKEND PROPERTY STRINGS "expat;libxml2;xmllite")
 
 option(APR_INSTALL_PRIVATE_H  "Install selected private .h files (for httpd)"  OFF)
 option(APU_HAVE_SQLITE3     "Build SQLite3 DBD driver"     OFF)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.