use backticks for CMAKE_INSTALL_PREFIX`

This commit is contained in:
Stephen Birarda 2016-01-20 12:07:23 -08:00
parent 38f7591317
commit 922f868abc

View file

@ -4,7 +4,7 @@ During generation, CMake should produce an `install` target and a `package` targ
###Install
The `install` target will copy the High Fidelity targets and their dependencies to your CMAKE_INSTALL_PREFIX.
The `install` target will copy the High Fidelity targets and their dependencies to your `CMAKE_INSTALL_PREFIX`.
###Packaging