summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-08-28 22:32:34 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-08-28 22:32:34 +0200
commitdc1d96fc4c5025f90d36fe394444b9b01e621ca2 (patch)
tree994106f6f042fec06329f8771f8b7dca72f13582
parent6b8fbc0ed55696450c3a16ea5bdb57ccc0c8d2fa (diff)
downloaduriparser-dc1d96fc4c5025f90d36fe394444b9b01e621ca2.tar.gz
README.md: Sync with CMakeLists.txt (#80)
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index afbf87b..8306956 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ URIPARSER_BUILD_CHAR:BOOL=ON
// Build API documentation (requires Doxygen, Graphviz, and (optional) Qt's qhelpgenerator)
URIPARSER_BUILD_DOCS:BOOL=ON
--
-// Build test suite (requires GTest >=1.8.1)
+// Build test suite (requires GTest >=1.8.0)
URIPARSER_BUILD_TESTS:BOOL=ON
--
// Build tools (e.g. CLI "uriparse")
@@ -65,6 +65,9 @@ URIPARSER_BUILD_TOOLS:BOOL=ON
// Build code supporting data type 'wchar_t'
URIPARSER_BUILD_WCHAR_T:BOOL=ON
--
+// Enable installation of uriparser
+URIPARSER_ENABLE_INSTALL:BOOL=ON
+--
// Use of specific runtime library (/MT /MTd /MD /MDd) with MSVC
URIPARSER_MSVC_RUNTIME:STRING=
```