We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff503b commit d42ad03Copy full SHA for d42ad03
Release/CMakeLists.txt
@@ -28,7 +28,7 @@ endif()
28
29
enable_testing()
30
31
-set(WERROR ON CACHE BOOL "Treat Warnings as Errors.")
+set(WERROR OFF CACHE BOOL "Treat Warnings as Errors.")
32
set(CPPREST_EXCLUDE_WEBSOCKETS OFF CACHE BOOL "Exclude websockets functionality.")
33
set(CPPREST_EXCLUDE_COMPRESSION OFF CACHE BOOL "Exclude compression functionality.")
34
set(CPPREST_EXCLUDE_BROTLI ON CACHE BOOL "Exclude Brotli compression functionality.")
0 commit comments