From ae9f3459cc96d2678916e6fb332e73516b6bde2f Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 2 Mar 2010 17:56:52 +0000 Subject: [PATCH] Minor update to the INSTALL.txt test --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index ed67b5ab..f144764f 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -20,7 +20,7 @@ The ``..`` tells CMake to look in the parent directory for the source. By default this will set it to be installed in ``/usr/local`` so if you want to install it elsewhere, set the ``CMAKE_INSTALL_PREFIX`` variable to the path you want to install to. If you are using a relatively modern compiler (GCC > 4.3 seems to do) you can also set ``ENABLE_CPP0X`` to build in C++0x mode rather than using the bundled Boost libraries. -You set CMake variable by passing -D:= cmake command. For example, to set the install prefix, pass:: +You can set CMake variables by passing -D:= cmake command (the ``:`` part is optional but recommended). For example, to set the install prefix, pass:: -DCMAKE_INSTALL_PREFIX:PATH=/whatever/you/want