From b36e548db27e0d1b484e7eeaec97e78f81fc8446 Mon Sep 17 00:00:00 2001 From: Igor Sadchenko Date: Thu, 26 Dec 2019 14:05:33 +0300 Subject: [PATCH] Fixed misprint in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0021c3c9..1a1ed2cf 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ execute the following commands: `MSGPACK_CXX[11|17]` flags are not affected to installing files. Just switching test cases. All files are installed in every settings. -When you use the C part of `msgpack-c`, you need to build and link the library. By default, both static/shared libraries are built. If you want to build only static library, set `BUILD_SHARED_LIBS=OFF` to cmake. If you want to build only shared library, set `BUILD_SHARED_L +When you use the C part of `msgpack-c`, you need to build and link the library. By default, both static/shared libraries are built. If you want to build only static library, set `BUILD_SHARED_LIBS=OFF` to cmake. If you want to build only shared library, set `BUILD_SHARED_LIBS=ON`. #### GUI on Windows