summaryrefslogtreecommitdiff
path: root/Utilities/cmexpat/README.md
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-05 09:06:45 -0400
committerBrad King <brad.king@kitware.com>2020-10-05 09:06:45 -0400
commitc1de2227fa696a5658f327c30fbb839d18e98e4b (patch)
tree55fb341fc85b1282ae27cc81844aa9da8bcc53b0 /Utilities/cmexpat/README.md
parentb788cb9d55a93bc9702c146ff01ecbf08d601237 (diff)
parent79d5048a80eeb843e63f7aef50cf683a3e030294 (diff)
downloadcmake-c1de2227fa696a5658f327c30fbb839d18e98e4b.tar.gz
Merge branch 'upstream-expat' into update-expat
# By Expat Upstream * upstream-expat: expat 2020-10-03 (162e16b0)
Diffstat (limited to 'Utilities/cmexpat/README.md')
-rw-r--r--Utilities/cmexpat/README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/Utilities/cmexpat/README.md b/Utilities/cmexpat/README.md
index 1cc52b0144..428a11ab24 100644
--- a/Utilities/cmexpat/README.md
+++ b/Utilities/cmexpat/README.md
@@ -3,7 +3,7 @@
[![Packaging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapackage/expat/versions)
-# Expat, Release 2.2.9
+# Expat, Release 2.2.10
This is Expat, a C library for parsing XML, started by
[James Clark](https://en.wikipedia.org/wiki/James_Clark_(programmer)) in 1997.
@@ -16,9 +16,9 @@ structures for which you may register handlers.
Expat supports the following compilers:
- GNU GCC >=4.5
- LLVM Clang >=3.5
-- Microsoft Visual Studio >=8.0/2005
+- Microsoft Visual Studio >=9.0/2008
-Windows users should use the
+Windows users can use the
[`expat_win32` package](https://sourceforge.net/projects/expat/files/expat_win32/),
which includes both precompiled libraries and executables, and source code for
developers.
@@ -156,6 +156,9 @@ EXPAT_BUILD_EXAMPLES:BOOL=ON
// build fuzzers for the expat library
EXPAT_BUILD_FUZZERS:BOOL=OFF
+// build pkg-config file
+EXPAT_BUILD_PKGCONFIG:BOOL=ON
+
// build the tests for expat library
EXPAT_BUILD_TESTS:BOOL=ON
@@ -171,6 +174,9 @@ EXPAT_ENABLE_INSTALL:BOOL=ON
// Use /MT flag (static CRT) when compiling in MSVC
EXPAT_MSVC_STATIC_CRT:BOOL=OFF
+// build fuzzers via ossfuzz for the expat library
+EXPAT_OSSFUZZ_BUILD:BOOL=OFF
+
// build a shared expat library
EXPAT_SHARED_LIBS:BOOL=ON