From 684e6318c78d9f270689d7f063145fdb0f1e672c Mon Sep 17 00:00:00 2001 From: Austin McCartney Date: Tue, 16 Oct 2018 22:36:35 -0600 Subject: [PATCH] Addressed ambiguity in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc0f369..3089960 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ find_package( mio REQUIRED ) target_link_libraries( MyTarget PUBLIC mio::mio ) ``` -If mio was installed to a non-conventional location, it may be necessary to specify the installation root directory via either +If mio was installed to a non-conventional location, it may be necessary for downstream projects to specify the mio installation root directory via either + the `CMAKE_PREFIX_PATH` configuration option, + the `CMAKE_PREFIX_PATH` environment variable, or