From 922f868abce5f252e636356ffecdb75131394a55 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 20 Jan 2016 12:07:23 -0800 Subject: [PATCH] use backticks for CMAKE_INSTALL_PREFIX` --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 47ac11520f..701752f6af 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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