From 1ea84e7710e6cebc2d6d32176f5a78e9c893bd69 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 21 Feb 2014 18:45:45 +0800 Subject: [PATCH] update cmake opts in README.build via "DevYourWorld" on github https://github.com/warmcat/libwebsockets/issues/64 Signed-off-by: Andy Green --- README.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.build b/README.build index d62e6cb2..a2e0ba69 100644 --- a/README.build +++ b/README.build @@ -98,9 +98,9 @@ To list avaialable options (ommit the H if you don't want the help text): Then to set an option and build (for example turn off SSL support): - cmake -DWITH_SSL=0 .. + cmake -DLWS_WITH_SSL=0 .. or - cmake -DWITH_SSL:BOOL=OFF .. + cmake -DLWS_WITH_SSL:BOOL=OFF .. Unix GUI --------