]> granicus.if.org Git - libmatroska/commitdiff
README.md: fix docs regarding specifying custom path for libEBML
authorMoritz Bunkus <moritz@bunkus.org>
Tue, 12 Mar 2019 19:49:02 +0000 (20:49 +0100)
committerMoritz Bunkus <moritz@bunkus.org>
Tue, 12 Mar 2019 19:49:02 +0000 (20:49 +0100)
README.md

index fb47d97dd6bf828b0af50b1c8391ddf40c3ec5c9..4d9019eacc913371118a9370efb151544dcf3bdb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ This library supports the usual `cmake` options for specifying
 installation paths (e.g. `-DCMAKE_INSTALL_PREFIX=/opt/libmatroska`). The
 following additional `cmake` options are supported:
 
-* `-Debml_DIR=/path/to/libebml` — if `libebml` was installed in a
+* `-DEbml_DIR=/path/to/libebml` — if `libebml` was installed in a
   non-default location, you have to tell `cmake` where to find
   it. Point this variable to the directory containing the
   `EbmlConfig.cmake` file.