Addressed ambiguity in README

This commit is contained in:
Austin McCartney 2018-10-16 22:36:35 -06:00
parent b7d1cb95e2
commit 684e6318c7

View File

@ -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