From bb10efd67bd6912b8065473fe213c7d808aabde2 Mon Sep 17 00:00:00 2001 From: Austin McCartney Date: Tue, 16 Oct 2018 22:00:59 -0600 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d959414..f51faa6 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Mio's testing is also configured to operate as a client to the [CDash](https://w ### Installation -Mio provides build system provides an installation target and support for downstream consumption via CMake's `find_package` intrinsic function. +Mio build system provides an installation target and support for downstream consumption via CMake's `find_package` intrinsic function. CMake allows installation to an arbitrary location, which may be specified by defining `CMAKE_INSTALL_PREFIX` at configure time. In the absense of a user specification, CMake will install mio to conventional location based on the system operating system.