Skip to content
Snippets Groups Projects
Commit 1ea84e77 authored by Andy Green's avatar Andy Green
Browse files

update cmake opts in README.build

parent 92f9b16c
Branches
No related tags found
No related merge requests found
...@@ -98,9 +98,9 @@ To list avaialable options (ommit the H if you don't want the help text): ...@@ -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): Then to set an option and build (for example turn off SSL support):
cmake -DWITH_SSL=0 .. cmake -DLWS_WITH_SSL=0 ..
or or
cmake -DWITH_SSL:BOOL=OFF .. cmake -DLWS_WITH_SSL:BOOL=OFF ..
Unix GUI Unix GUI
-------- --------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment