You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ Below are instructions to build on different OS's. You can also use the followin
22
22
| -DBUILD_TESTING | Builds the test project | true |
23
23
| -DUSE_CPPRESTSDK | Includes the CppRestSDK (default http stack) (requires cpprestsdk to be installed) | false |
24
24
| -DUSE_MSGPACK | Adds an option to use the MessagePack Hub Protocol (requires msgpack-c to be installed) | false |
25
-
| -DINCLUDE_JSONCPP | Builds jsoncpp source code as part of the output binary | true |
26
25
| -DWERROR | Enables warnings as errors | true |
27
26
| -DWALL | Enables all warnings | true |
28
27
| -DINJECT_HEADER_AFTER_STDAFX=`<header path>`| Adds the provided header to the library compilation in stdafx.cpp, intended to allow "new" and "delete" to be replaced. |`<none>`|
@@ -31,7 +30,7 @@ Below are instructions to build on different OS's. You can also use the followin
0 commit comments