Skip to content

Commit

Permalink
Follow-up to r1921029:
Browse files Browse the repository at this point in the history
CMake: Separate STRINGS property values with ';'.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1921046 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 30, 2024
1 parent db167c9 commit 4283c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4283c6a

Please sign in to comment.