Skip to content

Commit 4283c6a

Browse files
author
Ivan Zhakov
committed
Follow-up to r1921029:
CMake: Separate STRINGS property values with ';'. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1921046 13f79535-47bb-0310-9956-ffa450edef68
1 parent db167c9 commit 4283c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ endif()
4747
set(apr_libname libapr-2)
4848

4949
set(APR_XML_BACKEND "xmllite" CACHE STRING "XML library to use (expat|libxml|xmllite)")
50-
set_property(CACHE APR_XML_BACKEND PROPERTY STRINGS expat libxml2 xmllite)
50+
set_property(CACHE APR_XML_BACKEND PROPERTY STRINGS "expat;libxml2;xmllite")
5151

5252
option(APR_INSTALL_PRIVATE_H "Install selected private .h files (for httpd)" OFF)
5353
option(APU_HAVE_SQLITE3 "Build SQLite3 DBD driver" OFF)

0 commit comments

Comments
 (0)