fix bad cmake args example in README.build
authorAndy Green <andy.green@linaro.org>
Tue, 19 Aug 2014 11:21:32 +0000 (19:21 +0800)
committerAndy Green <andy.green@linaro.org>
Tue, 19 Aug 2014 11:21:32 +0000 (19:21 +0800)
As told here
https://github.com/warmcat/libwebsockets/issues/166

Signed-off-by: Andy Green <andy.green@linaro.org>
README.build

index 4620661..0e14036 100644 (file)
@@ -53,7 +53,7 @@ Building on Unix:
        as --prefix= with autotools.  It defaults to /usr/local.
        You can do this by, eg
 
-       cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
+       cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
 
        NOTE3
        On machines that want libraries in lib64, you can also add the